File: newer-base

package info (click to toggle)
haskell-hastache 0.6.1-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • sloc: haskell: 1,174; makefile: 2; sh: 1
file content (29 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
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