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

63 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-11-20 05:18:26 +03:00
-- This file has been generated from package.yaml by Cabalize.
2015-04-07 12:33:24 +03:00
name: cabalize
version: 0.0.0
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
2014-11-19 17:56:44 +03:00
source-repository head
type: git
location: https://github.com/sol/cabalize
2014-11-19 17:56:44 +03:00
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.*
2015-04-06 12:43:01 +03:00
, base-compat >= 0.7
2014-11-19 17:56:44 +03:00
, directory
, filepath
, interpolate
2015-03-27 13:15:21 +03:00
, unordered-containers
2014-11-19 17:56:44 +03:00
, yaml
ghc-options: -Wall
2014-11-19 17:56:44 +03:00
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.*
2015-04-06 12:43:01 +03:00
, base-compat >= 0.7
, 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.*
2015-04-06 12:43:01 +03:00
, base-compat >= 0.7
, 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