summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@blackbird>2016-04-25 22:59:31 -0400
committerJames Crayne <jim.crayne@gmail.com>2016-04-26 06:04:05 -0400
commitfa772dad6752b77d55a521322aa9228a35b9f977 (patch)
treee45b9a6977e3ec7eb5bc441db83c3fbdffa26218 /kiki.cabal
parentf00baeefa46a0507f88beee5535dfbb036097ece (diff)
backport testsuite to base 4.6.0
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal11
1 files changed, 8 insertions, 3 deletions
diff --git a/kiki.cabal b/kiki.cabal
index c73eb67..3810355 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -23,6 +23,9 @@ Flag needlocale
23 Description: Link against old-locale package for older versions of the time package. 23 Description: Link against old-locale package for older versions of the time package.
24 Default: False 24 Default: False
25 25
26Flag unixEnv
27 Default: False
28
26Executable kiki 29Executable kiki
27 Main-is: kiki.hs 30 Main-is: kiki.hs
28 -- base >=4.6 due to use of readEither in KikiD.Message 31 -- base >=4.6 due to use of readEither in KikiD.Message
@@ -126,8 +129,7 @@ Test-suite testkiki
126 type: exitcode-stdio-1.0 129 type: exitcode-stdio-1.0
127 Main-is: testkiki.hs 130 Main-is: testkiki.hs
128 hs-source-dirs: testkiki 131 hs-source-dirs: testkiki
129 Build-depends: base 132 Build-depends: Cabal
130 , Cabal
131 , hspec 133 , hspec
132 , process 134 , process
133 , directory 135 , directory
@@ -135,4 +137,7 @@ Test-suite testkiki
135 , filepath 137 , filepath
136 , bytestring 138 , bytestring
137 , kiki 139 , kiki
138 140 if flag(unixEnv)
141 Build-depends: base < 4.7.0, unix
142 else
143 Build-depends: base >= 4.7.0