summaryrefslogtreecommitdiff
path: root/coolbal.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'coolbal.cabal')
-rw-r--r--coolbal.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/coolbal.cabal b/coolbal.cabal
index 7ddf99c..70e6c46 100644
--- a/coolbal.cabal
+++ b/coolbal.cabal
@@ -13,7 +13,7 @@ executable coolbal
Coolbal.CabalPlan
Coolbal.Configure
Coolbal.Directory
- Coolbal.FindSpec
+ Coolbal.FindRoot
Coolbal.Options
Coolbal.Target
Coolbal.Target.Executable
@@ -29,12 +29,12 @@ executable coolbal
byteslice,
array-chunks,
optparse-applicative >= 0.16.1.0 && < 0.17,
- containers >= 0.6.2.1 && < 0.7
+ time
+ -- containers >= 0.6.2.1 && < 0.7
-- mtl >= 2.2.2 && < 2.3,
-- parsec >= 3.1.14.0 && < 3.2,
-- stm >= 2.5.0.0 && < 2.6,
- -- text >= 1.2.4.1 && < 1.3,
- -- time >= 1.9.3 && < 1.11
+ -- text >= 1.2.4.1 && < 1.3
hs-source-dirs: .
default-language: Haskell2010
ghc-options: -Wall -O2 -threaded