Commit 4a88359d authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

store: Upgrading from 0.5.0 to 0.5.0.1

Upgrade store to v0.5.0.1, to fix a bug in tests:

  https://github.com/fpco/store/issues/125
parent a118b682
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-store (0.5.0.1-1) unstable; urgency=medium

  * New upstream release

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Tue, 23 Oct 2018 13:07:02 +0300

haskell-store (0.5.0-2) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+8 −0
Original line number Diff line number Diff line
@@ -69,9 +69,17 @@ Build-Depends: debhelper (>= 10),
 libghc-void-dev (>= 0.5.11),
 libghc-void-prof,
 libghc-cereal-dev,
 libghc-cereal-prof,
 libghc-cereal-vector-dev,
 libghc-cereal-vector-prof,
 libghc-clock-dev (>= 0.3),
 libghc-clock-prof,
 libghc-criterion-dev,
 libghc-criterion-prof,
 libghc-vector-binary-instances-dev,
 libghc-vector-binary-instances-prof,
 libghc-weigh-dev,
 libghc-weigh-prof,
Build-Depends-Indep: ghc-doc,
 libghc-async-doc,
 libghc-base-orphans-doc,