summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:40:08 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:40:08 -0400
commit7611ba1b5643008b762a9a23341b06c729148b24 (patch)
tree7316a6e88f13230fa99e6d4bf3660ee7a18d9652
parenta6d597af59e661bb59b380868a3ae325b9a92390 (diff)
downloadDHG_packages-7611ba1b5643008b762a9a23341b06c729148b24.tar.gz
data-accessor-mtl: build with ghc 8 in experimental
-rw-r--r--p/haskell-data-accessor-mtl/debian/changelog8
-rw-r--r--p/haskell-data-accessor-mtl/debian/control43
2 files changed, 23 insertions, 28 deletions
diff --git a/p/haskell-data-accessor-mtl/debian/changelog b/p/haskell-data-accessor-mtl/debian/changelog
index de3d065bd..b59cbbb4e 100644
--- a/p/haskell-data-accessor-mtl/debian/changelog
+++ b/p/haskell-data-accessor-mtl/debian/changelog
@@ -1,14 +1,14 @@
-haskell-data-accessor-mtl (0.2.0.4-6) UNRELEASED; urgency=medium
+haskell-data-accessor-mtl (0.2.0.4-6) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:05 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 15:39:59 -0400
haskell-data-accessor-mtl (0.2.0.4-5) unstable; urgency=medium
diff --git a/p/haskell-data-accessor-mtl/debian/control b/p/haskell-data-accessor-mtl/debian/control
index 72ac30eb4..921768ff7 100644
--- a/p/haskell-data-accessor-mtl/debian/control
+++ b/p/haskell-data-accessor-mtl/debian/control
@@ -3,33 +3,30 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-data-accessor-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
libghc-data-accessor-dev (<< 0.4),
+ libghc-data-accessor-dev (>= 0.2),
libghc-data-accessor-prof,
- libghc-mtl-dev (>= 1.0),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 1.0),
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-data-accessor-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-data-accessor-doc, libghc-mtl-doc
Standards-Version: 3.9.8
Homepage: http://www.haskell.org/haskellwiki/Record_access
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-data-accessor-mtl
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-data-accessor-mtl-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: use Data.Accessor inside the State monad.${haskell:ShortBlurb}
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.
@@ -38,11 +35,10 @@ Description: use Data.Accessor inside the State monad.${haskell:ShortBlurb}
Package: libghc-data-accessor-mtl-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: use Data.Accessor inside the State monad${haskell:ShortBlurb}
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.
@@ -52,10 +48,9 @@ Description: use Data.Accessor inside the State monad${haskell:ShortBlurb}
Package: libghc-data-accessor-mtl-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: use Data.Accessor inside the State monad${haskell:ShortBlurb}
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.