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

Require base-compat 0.7

This commit is contained in:
Simon Hengel 2015-04-06 17:43:01 +08:00
parent c337c307ea
commit 4ffa1e4491
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ library
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat
, base-compat >= 0.7
, directory
, filepath
, interpolate
@ -29,7 +29,7 @@ executable cb
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat
, base-compat >= 0.7
, cabalize
, directory
, filepath
@ -45,7 +45,7 @@ test-suite spec
build-depends:
aeson >= 0.8
, base == 4.*
, base-compat
, base-compat >= 0.7
, directory
, filepath
, hspec == 2.*

View File

@ -6,7 +6,7 @@ ghc-options: -Wall
dependencies:
- aeson >= 0.8
- base == 4.*
- base-compat
- base-compat >= 0.7
- directory
- filepath
- interpolate