cabal-version: >=1.10 -- Initial package description 'gather.cabal' generated by 'cabal init'. -- For further documentation, see http://haskell.org/cabal/users-guide/ name: gather version: 0.1.0.0 synopsis: An applicative for parsing unordered things, heterogenous sorting -- description: -- bug-reports: license: BSD3 license-file: LICENSE author: Robert Hensing maintainer: robert@roberthensing.nl -- copyright: category: Data, Parsing, Sorting build-type: Simple extra-source-files: CHANGELOG.md homepage: https://github.com/roberth/gather library exposed-modules: Data.Gather -- other-modules: -- other-extensions: build-depends: base >=4.12 && <4.14 -- hs-source-dirs: default-language: Haskell2010