1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 19:57:14 +03:00
hpack/cabalize.cabal

58 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-11-20 05:18:26 +03:00
-- This file has been generated from package.yaml by Cabalize.
2014-11-19 17:56:44 +03:00
name: cabalize
version: 0.0.0
2015-04-04 09:40:18 +03:00
license: MIT
2015-04-04 09:51:20 +03:00
license-file: LICENSE
2014-11-19 17:56:44 +03:00
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs: src
exposed-modules:
Cabalize
other-modules:
2014-11-19 17:56:44 +03:00
Config
Util
build-depends:
2015-04-04 07:43:47 +03:00
aeson >= 0.8
2015-04-04 04:29:53 +03:00
, base == 4.*
2014-11-19 17:56:44 +03:00
, base-compat
, directory
, filepath
, interpolate
2015-03-27 13:15:21 +03:00
, unordered-containers
2014-11-19 17:56:44 +03:00
, yaml
default-language: Haskell2010
2014-12-24 06:41:49 +03:00
executable cb
2015-04-04 10:17:49 +03:00
main-is: driver/Main.hs
build-depends:
2015-04-04 07:43:47 +03:00
aeson >= 0.8
2015-04-04 06:46:48 +03:00
, base == 4.*
, base-compat
, cabalize
2015-04-04 06:46:48 +03:00
, directory
, filepath
, interpolate
, unordered-containers
, yaml
2015-04-04 07:06:34 +03:00
ghc-options: -Wall
default-language: Haskell2010
test-suite spec
2015-03-27 13:15:21 +03:00
type: exitcode-stdio-1.0
hs-source-dirs: test, src
2015-03-27 13:15:21 +03:00
main-is: Spec.hs
build-depends:
2015-04-04 07:43:47 +03:00
aeson >= 0.8
2015-04-04 04:29:53 +03:00
, base == 4.*
, base-compat
, directory
, filepath
2015-04-03 12:12:40 +03:00
, hspec == 2.*
, interpolate
2015-04-04 04:00:05 +03:00
, temporary
2015-03-27 13:15:21 +03:00
, unordered-containers
, yaml
2015-04-04 07:06:34 +03:00
ghc-options: -Wall
default-language: Haskell2010