1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- a/hastache.cabal
+++ b/hastache.cabal
@@ -27,7 +27,7 @@ extra-source-files:
executable mkReadme
main-is: mkReadme.hs
build-depends: hastache, process,
- base >=4 && <4.9
+ base >=4 && <4.10
,bytestring
,mtl
,transformers
@@ -46,7 +46,7 @@ library
Text.Hastache.Context
build-depends:
- base >=4 && <4.9
+ base >=4 && <4.10
,bytestring
,mtl
,transformers
@@ -69,7 +69,7 @@ test-suite test-hastache
build-depends:
hastache
- ,base >=4 && <4.9
+ ,base >=4 && <4.10
,directory
,mtl
,HUnit
|