typelevel-1.0.4: typelevel.cabal
---------------------------------------------------
-- This is a generated cabal configuration file. --
-- DO NOT EDIT! --
-- Use gencabal instead. --
---------------------------------------------------
name: typelevel
version: 1.0.4
synopsis: Useful type level operations (type families and related operators).
-- description:
license: Apache-2.0
license-file: LICENSE
author: Wojciech Danilo
maintainer: Wojciech Danilo <wojciech.danilo@gmail.com>
stability: experimental
homepage: https://github.com/wdanilo/typelevel
bug-reports: https://github.com/wdanilo/typelevel/issues
copyright: Copyright (C) 2014 Wojciech Danilo
category: Text
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
Library
hs-source-dirs: src
ghc-options: -Wall -O2
default-language: Haskell2010
default-extensions: ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DoAndIfThenElse
EmptyDataDecls
FlexibleContexts
FlexibleInstances
GeneralizedNewtypeDeriving
InstanceSigs
LambdaCase
MultiParamTypeClasses
OverloadedStrings
StandaloneDeriving
TemplateHaskell
TupleSections
TypeOperators
ViewPatterns
TypeFamilies
Exposed-modules:
Constraint.Container.Homo,
Type.Bool,
Type.Container,
Type.Either,
Type.List,
Type.Map,
Type.Maybe,
Type.Operators,
Type.Promotion,
Type.Sequence,
Type.Set,
Type.Show,
Type.Wrapped,
Type.Zip
build-depends: base >=4.6 && <4.9
, pretty-show
, pretty