-- Initial oneormore.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: oneormore version: 0.1.0.3 synopsis: A never-empty list type. -- description: homepage: https://github.com/thinkpad20/oneormore license: MIT license-file: LICENSE author: Allen Nelson maintainer: ithinkican@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.OneOrMore, Data.OneOrMore.Operators, Data.OneOrMore.Definition -- other-modules: other-extensions: LambdaCase, OverloadedLists, TypeFamilies build-depends: base >=4.7 && <4.8 hs-source-dirs: src default-language: Haskell2010