[Git][haskell-team/DHG_packages][master] Preparing 0.18.0-2

Masayuki Hatta gitlab at salsa.debian.org
Wed Sep 4 21:31:14 BST 2019



Masayuki Hatta pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
288bb63d by Masayuki Hatta at 2019-09-04T20:30:41Z
Preparing 0.18.0-2

- - - - -


4 changed files:

- p/haskell-yi-core/debian/changelog
- p/haskell-yi-core/debian/control
- + p/haskell-yi-core/debian/patches/0001-add-nomonadfaildesugaring.patch
- + p/haskell-yi-core/debian/patches/series


Changes:

=====================================
p/haskell-yi-core/debian/changelog
=====================================
@@ -1,3 +1,14 @@
+haskell-yi-core (0.18.0-2) unstable; urgency=medium
+
+  [ Masayuki Hatta ]
+  * d/control: add me to Uploaders.
+  * d/control, d/compat: set compat level to 11.
+  * d/control: bumped Standards-Version to 4.4.0.
+  * d/p/0001: give -XNoMonadFailDesugaring (workaround for ghc-8.6 or
+    later)
+
+ -- Masayuki Hatta <mhatta at debian.org>  Wed, 04 Sep 2019 16:07:17 -0400
+
 haskell-yi-core (0.18.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-yi-core/debian/control
=====================================
@@ -1,10 +1,11 @@
 Source: haskell-yi-core
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Marcel Fourné <debian at marcelfourne.de>
+Uploaders: Marcel Fourné <debian at marcelfourne.de>,
+	   Masayuki Hatta <mhatta at debian.org>
 Priority: optional
 Section: haskell
 Rules-Requires-Root: no
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
  cdbs,
  ghc (>= 8.4.3),
@@ -67,7 +68,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-xdg-basedir-doc,
  libghc-yi-language-doc,
  libghc-yi-rope-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: https://github.com/yi-editor/yi#readme
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-yi-core
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-yi-core]


=====================================
p/haskell-yi-core/debian/patches/0001-add-nomonadfaildesugaring.patch
=====================================
@@ -0,0 +1,29 @@
+--- a/yi-core.cabal
++++ b/yi-core.cabal
+@@ -21,7 +21,7 @@
+ library
+   hs-source-dirs:
+       src
+-  ghc-options: -Wall -ferror-spans -Wall -fno-warn-orphans -ferror-spans
++  ghc-options: -Wall -ferror-spans -Wall -fno-warn-orphans -ferror-spans -XNoMonadFailDesugaring
+   build-depends:
+       base >= 4.8 && < 5
+     , array
+@@ -143,7 +143,7 @@
+   main-is: Spec.hs
+   hs-source-dirs:
+       test
+-  ghc-options: -Wall -ferror-spans
++  ghc-options: -Wall -ferror-spans -XNoMonadFailDesugaring
+   build-depends:
+       base >= 4.8 && < 5
+     , yi-rope >= 0.10
+@@ -167,7 +167,7 @@
+   main-is: Bench.hs
+   hs-source-dirs:
+       bench
+-  ghc-options: -Wall -ferror-spans -Wall -ferror-spans -rtsopts
++  ghc-options: -Wall -ferror-spans -Wall -ferror-spans -rtsopts -XNoMonadFailDesugaring
+   build-depends:
+       base >= 4.8 && < 5
+     , yi-core


=====================================
p/haskell-yi-core/debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-add-nomonadfaildesugaring.patch



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/288bb63d7f3697a908b3410f86753bbde9debe31
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/20190904/440705a9/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list