summaryrefslogtreecommitdiff
path: root/coalpit.cabal
blob: 4625ecf295705cdea7d9e91dc1bc248359c4386a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-- Initial coalpit.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                coalpit
version:             0.1.0.0
-- synopsis:            
-- description:         
license:             BSD3
license-file:        LICENSE
author:              defanor
maintainer:          defanor@uberspace.net
-- copyright:           
category:            Console
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

executable coalpit-example
  main-is:             Example.hs
  -- other-modules:       
  other-extensions:    TemplateHaskell
  build-depends:       base >=4.9 && <4.10
                     , template-haskell >=2.11 && <2.12
  default-language:    Haskell2010

library
  exposed-modules:     Coalpit
  other-extensions:    TemplateHaskell, FlexibleInstances
  build-depends:       base >=4.9 && <4.10
                     , template-haskell >=2.11 && <2.12
  default-language:    Haskell2010