Commit 288bb63d authored by Masayuki Hatta's avatar Masayuki Hatta
Browse files

Preparing 0.18.0-2

parent 82f4ce0b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
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@debian.org>  Wed, 04 Sep 2019 16:07:17 -0400

haskell-yi-core (0.18.0-1) unstable; urgency=medium

  * New upstream release
+4 −3
Original line number Diff line number Diff line
Source: haskell-yi-core
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Marcel Fourné <debian@marcelfourne.de>
Uploaders: Marcel Fourné <debian@marcelfourne.de>,
	   Masayuki Hatta <mhatta@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]
+29 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
0001-add-nomonadfaildesugaring.patch