sublists-0.2.0.1: sublists.cabal
-- Initial sublists.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: sublists
version: 0.2.0.1
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: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
category: Data
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: Data.List.CyclingSublists
-- other-modules:
other-extensions: NoImplicitPrelude
build-depends: base >=4.13 && <5
-- hs-source-dirs:
default-language: Haskell2010