-- Initial type-list.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: type-list version: 0.1.0.0 synopsis: Operations on type-level lists and tuples. description: Operations on type-level lists and tuples, together with their curried versions. license: BSD3 license-file: LICENSE author: Marcin Mrotek maintainer: marcin.jan.mrotek@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/marcinmrotek/type-list library exposed-modules: Data.Type.List -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.9 ,singletons hs-source-dirs: src default-language: Haskell2010