Skip to content
Commits on Source (2)
haskell-file-location (0.4.9-8) UNRELEASED; urgency=medium
haskell-file-location (0.4.9.1-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:41 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 21:35:23 -0400
haskell-file-location (0.4.9-7) unstable; urgency=medium
......
--- a/file-location.cabal
+++ b/file-location.cabal
@@ -71,7 +71,7 @@ Library
, lifted-base
, template-haskell
, th-orphans >= 0.9
- , transformers >= 0.2 && < 0.5
+ , transformers >= 0.2 && < 0.6
, containers
, HUnit
haskell-flexible-defaults (0.0.1.2-5) UNRELEASED; urgency=medium
haskell-flexible-defaults (0.0.2-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:42 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 21:35:36 -0400
haskell-flexible-defaults (0.0.1.2-4) unstable; urgency=medium
......
......@@ -18,9 +18,9 @@ Build-Depends-Indep:
ghc-doc,
libghc-th-extras-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/flexible-defaults
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-flexible-defaults]
Homepage: https://github.com/peti/flexible-defaults
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-flexible-defaults
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-flexible-defaults]
X-Description: generate default function implementations for complex type classes
Template Haskell code to implement default implementations for
type-class functions based on which functions are already implemented.
......