data-base-1.1: data-base.cabal
name: data-base
version: 1.1
cabal-version: >=1.10
build-type: Simple
license: Apache-2.0
license-file: LICENSE
copyright: Copyright (C) 2016 Wojciech Danilo
maintainer: Wojciech Danilo <wojciech.danilo@gmail.com>
stability: experimental
homepage: https://github.com/wdanilo/data-base
bug-reports: https://github.com/wdanilo/data-base/issues
synopsis: Utilities for accessing and comparing types based on so called bases - representations with limited polymorphism.
category: Text
author: Wojciech Danilo
library
exposed-modules:
Data.Base
build-depends:
base >=4.6 && <4.9
default-language: Haskell2010
default-extensions: ConstraintKinds DataKinds DefaultSignatures
DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric
DeriveTraversable DoAndIfThenElse EmptyDataDecls FlexibleContexts
FlexibleInstances GeneralizedNewtypeDeriving InstanceSigs
LambdaCase MultiParamTypeClasses OverloadedStrings
StandaloneDeriving ScopedTypeVariables TemplateHaskell
TupleSections TypeOperators ViewPatterns TypeFamilies
hs-source-dirs: src
ghc-options: -Wall -O2