1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 03:38:00 +03:00

Update package.yaml

(amend 41496df853)
This commit is contained in:
Simon Hengel 2016-09-05 20:51:05 +08:00
parent 5123ecfb52
commit 5ddbda30ef
2 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
-- This file has been generated from package.yaml by hpack version 0.14.0.
-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack
@ -64,8 +64,8 @@ executable hpack
, containers
, unordered-containers
, yaml
, aeson >= 0.11
, hpack
, aeson >= 0.8
default-language: Haskell2010
test-suite spec
@ -87,13 +87,13 @@ test-suite spec
, containers
, unordered-containers
, yaml
, aeson >= 0.11
, hspec == 2.*
, QuickCheck
, temporary
, mockery >= 0.3
, interpolate
, aeson-qq
, aeson >= 0.10
other-modules:
Helper
Hpack.ConfigSpec

View File

@ -19,11 +19,10 @@ dependencies:
- containers
- unordered-containers
- yaml
- aeson >= 0.11
library:
source-dirs: src
dependencies:
- aeson >= 0.8
exposed-modules:
- Hpack
- Hpack.Config
@ -36,7 +35,6 @@ executables:
source-dirs: driver
dependencies:
- hpack
- aeson >= 0.8
tests:
spec:
@ -52,4 +50,3 @@ tests:
- mockery >= 0.3
- interpolate
- aeson-qq
- aeson >= 0.10