summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-11-29 17:45:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-11-29 17:45:29 -0700
commit242d6d1112b5bd1d0b883c6dd354d8061e1e839c (patch)
treefe1d78203ac02adbdd7ef56fd6e8c4d0d845510b /debian
parent6307446efe33b06410db61b3feaeb7cc4b952699 (diff)
downloadkeysafe-242d6d1112b5bd1d0b883c6dd354d8061e1e839c.tar.gz
add bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch48
-rw-r--r--debian/patches/series1
3 files changed, 50 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e5f36fd..566f6ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ keysafe (0.20161022-2) UNRELEASED; urgency=medium
* keysafe-bin no longer recommends zenity.
* keysafe now depends on tor (Closes: #843522).
+ * Add bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 05 Nov 2016 19:35:23 -0700
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.*
diff --git a/debian/patches/series b/debian/patches/series
index 318da59..3df9d74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
use-_keysafe.patch
+bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch