aboutsummaryrefslogtreecommitdiff
path: root/servant/servant.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'servant/servant.cabal')
-rw-r--r--servant/servant.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/servant/servant.cabal b/servant/servant.cabal
index b877196..dce4490 100644
--- a/servant/servant.cabal
+++ b/servant/servant.cabal
@@ -48,4 +48,8 @@ executable thermoprint
48 , bytestring >=0.10.6 && <0.11 48 , bytestring >=0.10.6 && <0.11
49 , either >=4.4.1 && <4.5 49 , either >=4.4.1 && <4.5
50 , optparse-applicative >=0.11.0 && <0.12 50 , optparse-applicative >=0.11.0 && <0.12
51 , transformers >=0.4.2 && <0.5 \ No newline at end of file 51 , transformers >=0.4.2 && <0.5
52 , persistent >=2.2 && <3
53 , persistent-template >=2.1 && <3
54 , persistent-sqlite >=2.2 && <3
55 , monad-logger >=0.3.13 && <1 \ No newline at end of file