[Git][haskell-team/DHG_packages][master] mustache: Upgrading from 2.3.0 to 2.3.1

Clint Adams gitlab at salsa.debian.org
Mon Jun 1 00:17:06 BST 2020



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


Commits:
e0e70a58 by Clint Adams at 2020-05-31T19:16:40-04:00
mustache: Upgrading from 2.3.0 to 2.3.1

- - - - -


3 changed files:

- p/haskell-mustache/debian/changelog
- p/haskell-mustache/debian/patches/disable-language-specifications-testsuite
- p/haskell-mustache/debian/patches/do-not-build-executable


Changes:

=====================================
p/haskell-mustache/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-mustache (2.3.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 31 May 2020 19:13:52 -0400
+
 haskell-mustache (2.3.0-1) unstable; urgency=low
 
   * Initial release (Closes: #912983)


=====================================
p/haskell-mustache/debian/patches/disable-language-specifications-testsuite
=====================================
@@ -2,15 +2,13 @@ Description: Disable language-specifications testsuite
  Disable language-specifications testsuite which requires network access.
 Author: Ilias Tsitsimpis <iliastsi at debian.org>
 
-Index: b/mustache.cabal
-===================================================================
 --- a/mustache.cabal
 +++ b/mustache.cabal
-@@ -89,6 +89,7 @@ executable haskell-mustache
+@@ -92,6 +92,7 @@
  test-suite language-specifications
    type: exitcode-stdio-1.0
    main-is: Language.hs
 +  buildable: False
+   other-modules:
+       Paths_mustache
    hs-source-dirs:
-       test/integration
-   build-depends:


=====================================
p/haskell-mustache/debian/patches/do-not-build-executable
=====================================
@@ -4,15 +4,13 @@ Description: Do not build executable
  We can always ship the haskell-mustache binary later on.
 Author: Ilias Tsitsimpis <iliastsi at debian.org>
 
-Index: b/mustache.cabal
-===================================================================
 --- a/mustache.cabal
 +++ b/mustache.cabal
-@@ -71,6 +71,7 @@ library
+@@ -72,6 +72,7 @@
  
  executable haskell-mustache
    main-is: Main.hs
 +  buildable: False
+   other-modules:
+       Paths_mustache
    hs-source-dirs:
-       app
-   ghc-options: -threaded -Wall



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e0e70a5825966f2f736d9d6423d9dca803b7e486
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/20200531/bdfd16c6/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list