[package-plan] 01/02: Remove asn1-data patches so the jenkins job won't fail

Clint Adams clint at moszumanska.debian.org
Wed Sep 7 18:00:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository package-plan.

commit 817c9a33ed9bf16b3cf9dec2cf85b1cc55b9e012
Author: Clint Adams <clint at debian.org>
Date:   Wed Sep 7 13:44:58 2016 -0400

    Remove asn1-data patches so the jenkins job won't fail
---
 patches/asn1-data/0.7.1/asn1-data-cabal-ghc-7.10 | 12 ------------
 patches/asn1-data/0.7.1/asn1-ghc-7.10-support    | 16 ----------------
 patches/asn1-data/0.7.1/series                   |  2 --
 3 files changed, 30 deletions(-)

diff --git a/patches/asn1-data/0.7.1/asn1-data-cabal-ghc-7.10 b/patches/asn1-data/0.7.1/asn1-data-cabal-ghc-7.10
deleted file mode 100644
index ddb4984..0000000
--- a/patches/asn1-data/0.7.1/asn1-data-cabal-ghc-7.10
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN a/asn1-data.cabal b/asn1-data.cabal
---- a/asn1-data.cabal	2015-01-15 14:58:12.000000000 +0100
-+++ b/asn1-data.cabal	2015-08-13 10:51:29.721312877 +0200
-@@ -22,7 +22,7 @@
-   Default:           False
- 
- Library
--  Build-Depends:     base >= 3 && < 4.8
-+  Build-Depends:     base >= 3 && < 4.9
-                    , bytestring
-                    , text >= 0.11
-                    , mtl
diff --git a/patches/asn1-data/0.7.1/asn1-ghc-7.10-support b/patches/asn1-data/0.7.1/asn1-ghc-7.10-support
deleted file mode 100644
index 8bf9584..0000000
--- a/patches/asn1-data/0.7.1/asn1-ghc-7.10-support
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/Data/ASN1/Parse.hs b/Data/ASN1/Parse.hs
-index eeea2be..83bc80e 100644
---- a/Data/ASN1/Parse.hs
-+++ b/Data/ASN1/Parse.hs
-@@ -24 +24 @@ import Control.Monad.Error
--import Control.Applicative ((<$>))
-+import Control.Applicative ((<$>), Applicative)
-@@ -25,7 +25,7 @@ import Control.Applicative ((<$>))
- 
- -- | Parse ASN1 Monad
- newtype ParseASN1 a = P { runP :: ErrorT String (State [ASN1]) a }
--        deriving (Functor, Monad, MonadError String)
-+        deriving (Functor, Applicative, Monad, MonadError String)
- 
- -- | run the parse monad over a stream and returns the result and the remaining ASN1 Stream.
- runParseASN1State :: ParseASN1 a -> [ASN1] -> Either String (a,[ASN1])
diff --git a/patches/asn1-data/0.7.1/series b/patches/asn1-data/0.7.1/series
deleted file mode 100644
index 6eb5ba7..0000000
--- a/patches/asn1-data/0.7.1/series
+++ /dev/null
@@ -1,2 +0,0 @@
-asn1-data-cabal-ghc-7.10
-asn1-ghc-7.10-support

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list