-- Initial sublists.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: sublists version: 0.1.0.1 synopsis: Allows to split lists into sublists with some patterns by quantity. description: This patterns can be a list of numbers or obtained from the monadic function. Leads to somewhat cycling or regularized structures from the length perspective (this 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