Commit 7a19685f authored by Clint Adams's avatar Clint Adams
Browse files

debian: Upgrading from 3.93.2 to 3.95

parent c4b8e555
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-debian (3.95-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@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-
+20 −18
Original line number Diff line number Diff line
@@ -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]
+9 −9
Original line number Diff line number Diff line
@@ -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