type-list-0.0.0.0: type-list.cabal
-- Initial type-list.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: type-list
version: 0.0.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: darcs
location: mjm@hub.darcs.net:mjm/type-list
library
exposed-modules: Data.Type.List
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8
,singletons
hs-source-dirs: src
default-language: Haskell2010