[Git][haskell-team/DHG_packages][master] debian: Upgrading from 4.0.2 to 4.0.3

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Jul 24 19:52:51 BST 2022



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


Commits:
fad31c71 by Clint Adams at 2022-07-24T14:52:25-04:00
debian: Upgrading from 4.0.2 to 4.0.3

- - - - -


2 changed files:

- p/haskell-debian/debian/changelog
- p/haskell-debian/debian/patches/threaded-option


Changes:

=====================================
p/haskell-debian/debian/changelog
=====================================
@@ -1,9 +1,13 @@
-haskell-debian (4.0.2-2) UNRELEASED; urgency=medium
+haskell-debian (4.0.3-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
   * Remove retired developer, Joachim Breitner, from Uploaders.
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:14 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 24 Jul 2022 14:50:12 -0400
 
 haskell-debian (4.0.2-1) unstable; urgency=medium
 


=====================================
p/haskell-debian/debian/patches/threaded-option
=====================================
@@ -1,6 +1,6 @@
 --- a/debian.cabal
 +++ b/debian.cabal
-@@ -20,6 +20,10 @@
+@@ -20,6 +20,10 @@ flag network-uri
   Description: Get Network.URI from the network-uri package
   Default: True
  
@@ -11,17 +11,7 @@
  Library
   Hs-Source-Dirs: src
   Build-Depends:
-@@ -109,14 +113,18 @@
-  Hs-Source-Dirs: utils
-  Main-is: FakeChanges.hs
-  Build-Depends: base, debian, directory, filepath
-- ghc-options: -threaded -W
-+ ghc-options: -W
-+ if flag(threaded)
-+   ghc-options: -threaded
-  Extensions:           ExistentialQuantification CPP
- 
- Executable apt-get-build-depends
+@@ -117,7 +121,9 @@ Executable apt-get-build-depends
   Hs-Source-Dirs: utils
   Main-is: AptGetBuildDeps.hs
   Build-Depends: base, debian, process
@@ -29,6 +19,6 @@
 + ghc-options: -W
 + if flag(threaded)
 +   ghc-options: -threaded
-  Extensions:           ExistentialQuantification CPP
+  default-extensions:           ExistentialQuantification CPP
+  default-language: Haskell2010
  
- Test-Suite debian-tests



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/fad31c71791135402345abf870f3fd3bd84d75c8
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/20220724/3ca97b97/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list