Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
file-location: Upgrading from 0.4.9 to 0.4.9.1
· 56662820
Clint Adams
authored
Jul 03, 2018
56662820
flexible-defaults: Upgrading from 0.0.1.2 to 0.0.2
· 70f1c32a
Clint Adams
authored
Jul 03, 2018
70f1c32a
Show whitespace changes
Inline
Side-by-side
p/haskell-file-location/debian/changelog
View file @
70f1c32a
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
...
...
p/haskell-file-location/debian/patches/newer-transformers
deleted
100644 → 0
View file @
0bdce884
--- 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
p/haskell-file-location/debian/patches/series
deleted
100644 → 0
View file @
0bdce884
newer-transformers
p/haskell-flexible-defaults/debian/changelog
View file @
70f1c32a
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
...
...
p/haskell-flexible-defaults/debian/control
View file @
70f1c32a
...
...
@@ -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.
...
...