From 242d6d1112b5bd1d0b883c6dd354d8061e1e839c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 29 Nov 2016 17:45:29 -0700 Subject: add bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch --- debian/changelog | 1 + .../bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch | 48 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 50 insertions(+) create mode 100644 debian/patches/bump-deps-to-GHC-8.0.1-LTS-Haskell-7.8.patch (limited to 'debian') 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 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 +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 -- cgit v1.2.3