summaryrefslogtreecommitdiffhomepage
path: root/debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch
blob: 8aa2fc63114b4745ecb1190139330cfcc026c064 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Tue, 29 Nov 2016 17:39:54 -0700
Subject: bump deps to GHC 8.0.1 / LTS Haskell 7.8

Forwarded: yes
---
 keysafe.cabal | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/keysafe.cabal b/keysafe.cabal
index 335e8a3..fc64e3f 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -39,27 +39,27 @@ Executable keysafe
     , random == 1.1.*
     , secret-sharing == 1.0.*
     , raaz == 0.0.2
-    , time == 1.5.*
+    , time == 1.6.*
     , containers == 0.5.*
-    , binary == 0.7.*
+    , binary == 0.8.*
     , text == 1.2.*
     , utf8-string == 1.0.*
     , unix == 2.7.*
     , filepath == 1.4.*
     , split == 0.2.*
     , directory == 1.2.*
-    , process == 1.2.*
+    , process == 1.4.*
     , optparse-applicative == 0.12.*
     , readline == 1.0.*
     , zxcvbn-c == 1.0.*
-    , servant == 0.7.*
-    , servant-server == 0.7.*
-    , servant-client == 0.7.*
+    , servant == 0.8.*
+    , servant-server == 0.8.*
+    , servant-client == 0.8.*
     , aeson == 0.11.*
     , wai == 3.2.*
     , warp == 3.2.*
     , http-client == 0.4.*
-    , transformers == 0.4.*
+    , transformers == 0.5.*
     , stm == 2.4.*
     , socks == 0.5.*
     , network == 2.6.*