summaryrefslogtreecommitdiffhomepage
path: root/debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch')
-rw-r--r--debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch b/debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch
new file mode 100644
index 0000000..8aa2fc6
--- /dev/null
+++ b/debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch
@@ -0,0 +1,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.*