[Git][haskell-team/DHG_packages][master] readline: patch for newer Cabal

Clint Adams gitlab at salsa.debian.org
Wed Jun 17 13:46:01 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
90d50932 by Clint Adams at 2020-06-17T08:45:10-04:00
readline: patch for newer Cabal

- - - - -


4 changed files:

- p/haskell-readline/debian/changelog
- p/haskell-readline/debian/control
- + p/haskell-readline/debian/patches/newer-cabal
- + p/haskell-readline/debian/patches/series


Changes:

=====================================
p/haskell-readline/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-readline (1.0.3.0-10) unstable; urgency=medium
+
+  * Patch for newer Cabal.
+
+ -- Clint Adams <clint at debian.org>  Wed, 17 Jun 2020 08:45:00 -0400
+
 haskell-readline (1.0.3.0-9) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-readline/debian/control
=====================================
@@ -16,8 +16,8 @@ Build-Depends:
  libncurses5-dev,
  libreadline6-dev,
 Build-Depends-Indep: ghc-doc
-Standards-Version: 4.1.4
-Homepage: http://hackage.haskell.org/package/readline
+Standards-Version: 4.5.0
+Homepage: https://hackage.haskell.org/package/readline
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-readline
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-readline]
 X-Description: Haskell bindings to GNU readline library


=====================================
p/haskell-readline/debian/patches/newer-cabal
=====================================
@@ -0,0 +1,8 @@
+--- a/Setup.hs
++++ b/Setup.hs
+@@ -3,4 +3,4 @@
+ import Distribution.Simple
+ 
+ main :: IO ()
+-main = defaultMainWithHooks defaultUserHooks
++main = defaultMainWithHooks simpleUserHooks


=====================================
p/haskell-readline/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-cabal



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/90d50932aee31162b2b611e874fd880ab68530d8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/90d50932aee31162b2b611e874fd880ab68530d8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200617/425bc7b7/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list