1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 11:47:15 +03:00
hpack/cabalize.cabal
2015-04-06 17:43:01 +08:00

58 lines
1.1 KiB
Plaintext

-- This file has been generated from package.yaml by Cabalize.
name: cabalize
version: 0.0.0
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs: src
exposed-modules:
Cabalize
other-modules:
Config
Util
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat >= 0.7
, directory
, filepath
, interpolate
, unordered-containers
, yaml
default-language: Haskell2010
executable cb
main-is: driver/Main.hs
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat >= 0.7
, cabalize
, directory
, filepath
, interpolate
, unordered-containers
, yaml
ghc-options: -Wall
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
hs-source-dirs: test, src
main-is: Spec.hs
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat >= 0.7
, directory
, filepath
, hspec == 2.*
, interpolate
, temporary
, unordered-containers
, yaml
ghc-options: -Wall
default-language: Haskell2010