[Git][haskell-team/DHG_packages][master] debian: Upgrading from 3.93.2 to 3.95

Clint Adams gitlab at salsa.debian.org
Mon Jul 29 00:03:40 BST 2019



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


Commits:
7a19685f by Clint Adams at 2019-07-28T23:03:13Z
debian: Upgrading from 3.93.2 to 3.95

- - - - -


3 changed files:

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


Changes:

=====================================
p/haskell-debian/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-debian (3.95-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 28 Jul 2019 18:57:52 -0400
+
 haskell-debian (3.93.2-5) unstable; urgency=medium
 
   * Remove build dependency on libghc-parsec3-dev (provided by ghc-


=====================================
p/haskell-debian/debian/control
=====================================
@@ -11,13 +11,15 @@ Build-Depends:
  debhelper (>= 10),
  ghc (>= 8.4.3),
  ghc-prof,
- haskell-devscripts (>= 0.13),
+ haskell-devscripts (>= 0.15),
  libghc-hunit-dev,
  libghc-hunit-prof,
  libghc-haxml-dev (>= 1:1.20),
  libghc-haxml-prof,
  libghc-listlike-dev (>= 4.3.5),
  libghc-listlike-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
  libghc-sha-dev,
  libghc-sha-prof,
  libghc-unixutils-dev (>= 1.52.4),
@@ -28,15 +30,10 @@ Build-Depends:
  libghc-either-prof,
  libghc-exceptions-dev,
  libghc-exceptions-prof,
- libghc-haxml-dev,
- libghc-haxml-dev (>= 1:1.20),
- libghc-haxml-prof,
- libghc-hunit-dev,
- libghc-hunit-prof,
- libghc-listlike-dev (>= 4.3.5),
- libghc-listlike-prof,
- libghc-network-dev (>= 2.6),
- libghc-network-prof,
+ libghc-hostname-dev,
+ libghc-hostname-prof,
+ libghc-lens-dev,
+ libghc-lens-prof,
  libghc-network-uri-dev (>= 2.6),
  libghc-network-uri-prof,
  libghc-old-locale-dev,
@@ -49,8 +46,12 @@ Build-Depends:
  libghc-regex-compat-prof,
  libghc-regex-tdfa-dev,
  libghc-regex-tdfa-prof,
- libghc-unixutils-dev (>= 1.52.4),
- libghc-unixutils-prof,
+ libghc-syb-dev,
+ libghc-syb-prof,
+ libghc-th-lift-dev,
+ libghc-th-lift-prof,
+ libghc-th-orphans-dev,
+ libghc-th-orphans-prof,
  libghc-utf8-string-dev,
  libghc-utf8-string-prof,
  libghc-zlib-dev,
@@ -59,27 +60,28 @@ Build-Depends-Indep: ghc-doc,
  libghc-hunit-doc,
  libghc-haxml-doc,
  libghc-listlike-doc,
+ libghc-quickcheck2-doc,
  libghc-sha-doc,
  libghc-unixutils-doc,
  libghc-bzlib-doc,
  libghc-either-doc,
  libghc-exceptions-doc,
- libghc-haxml-doc,
- libghc-hunit-doc,
- libghc-listlike-doc,
- libghc-network-doc,
+ libghc-hostname-doc,
+ libghc-lens-doc,
  libghc-network-uri-doc,
  libghc-old-locale-doc,
  libghc-process-extras-doc,
  libghc-puremd5-doc,
  libghc-regex-compat-doc,
  libghc-regex-tdfa-doc,
- libghc-unixutils-doc,
+ libghc-syb-doc,
+ libghc-th-lift-doc,
+ libghc-th-orphans-doc,
  libghc-utf8-string-doc,
  libghc-zlib-doc,
 Build-Conflicts:
  libghc-parsec2-dev,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: https://github.com/ddssff/debian-haskell
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-debian
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-debian]


=====================================
p/haskell-debian/debian/patches/threaded-option
=====================================
@@ -9,14 +9,14 @@
 +  default: True
 +
  Library
-  Hs-Source-Dirs: .
+  Hs-Source-Dirs: src
   Build-Depends:
-@@ -109,14 +113,18 @@
+@@ -119,14 +123,18 @@
   Hs-Source-Dirs: utils
   Main-is: FakeChanges.hs
   Build-Depends: base, debian, directory, filepath
-- ghc-options: -threaded -W -O2
-+ ghc-options: -W -O2
+- ghc-options: -threaded -W
++ ghc-options: -W
 + if flag(threaded)
 +   ghc-options: -threaded
   Extensions:           ExistentialQuantification CPP
@@ -25,19 +25,19 @@
   Hs-Source-Dirs: utils
   Main-is: Report.hs
   Build-Depends: base, debian, HaXml, unix
-- ghc-options: -threaded -W -O2
-+ ghc-options: -W -O2
+- ghc-options: -threaded -W
++ ghc-options: -W
 + if flag(threaded)
 +   ghc-options: -threaded
   C-Sources:           cbits/gwinsz.c
   Include-Dirs:        cbits
   Install-Includes:    gwinsz.h
-@@ -127,7 +135,9 @@
+@@ -137,7 +145,9 @@
   Hs-Source-Dirs: utils
   Main-is: AptGetBuildDeps.hs
   Build-Depends: base, debian, process
-- ghc-options: -threaded -W -O2
-+ ghc-options: -W -O2
+- ghc-options: -threaded -W
++ ghc-options: -W
 + if flag(threaded)
 +   ghc-options: -threaded
   Extensions:           ExistentialQuantification CPP



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7a19685f130c3338107f1ca0652d27096b30af22
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/20190728/18f9e0d6/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list