-- Initial sublists.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: sublists version: 0.1.1.0 synopsis: Allows to split lists into sublists with some patterns by quantity. description: These patterns can be a list of numbers, or obtained from the monadic or applicative function. Leads to somewhat cycling or regularized structures from the length perspective (these ones can be transformed into other variativity types). homepage: https://hackage.haskell.org/package/sublists license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: Oleksandr Zhabenko category: Data build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Sublists -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.15 -- hs-source-dirs: default-language: Haskell2010