Commit 1436c237 authored by Clint Adams's avatar Clint Adams
Browse files

ekg-core: Upgrading from 0.1.1.4 to 0.1.1.6

parent 67fdfb9e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
haskell-ekg-core (0.1.1.4-5) UNRELEASED; urgency=medium
haskell-ekg-core (0.1.1.6-1) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Fix "Upstream-Name" field in "debian/copyright" to match package
    name on hackage.

 -- Dmitry Bogatov <KAction@debian.org>  Thu, 16 May 2019 14:51:21 +0000
  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 15:56:34 -0400

haskell-ekg-core (0.1.1.4-4) unstable; urgency=medium

+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@ Build-Depends:
 debhelper (>= 10),
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 haskell-devscripts (>= 0.15),
 libghc-unordered-containers-dev (<< 0.3),
 libghc-unordered-containers-prof,
Build-Depends-Indep:
 ghc-doc,
 libghc-unordered-containers-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/tibbe/ekg-core
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-ekg-core
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-ekg-core]
+0 −15
Original line number Diff line number Diff line
Index: b/ekg-core.cabal
===================================================================
--- a/ekg-core.cabal
+++ b/ekg-core.cabal
@@ -33,8 +33,8 @@ library
 
   build-depends:
     ghc-prim < 0.6,
-    base >= 4.5 && < 4.11,
-    containers >= 0.5 && < 0.6,
+    base >= 4.5 && < 4.12,
+    containers >= 0.5 && < 0.7,
     text < 1.3,
     unordered-containers < 0.3
 
+0 −1
Original line number Diff line number Diff line
newer-deps