Commit 8907a912 authored by Clint Adams's avatar Clint Adams
Browse files

statistics: patch for newer base-orphans

parent 0809012b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-statistics (0.14.0.2-2) unstable; urgency=medium

  * Patch for newer base-orphans.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 17:18:57 -0400

haskell-statistics (0.14.0.2-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Build-Depends:
 libghc-aeson-dev (>= 0.6.0.0),
 libghc-aeson-prof,
 libghc-base-orphans-dev (>= 0.6),
 libghc-base-orphans-dev (<< 0.7),
 libghc-base-orphans-dev (<< 0.8),
 libghc-base-orphans-prof,
 libghc-erf-dev,
 libghc-erf-prof,
+11 −0
Original line number Diff line number Diff line
--- a/statistics.cabal
+++ b/statistics.cabal
@@ -104,7 +104,7 @@
   build-depends:
     aeson >= 0.6.0.0,
     base >= 4.5 && < 5,
-    base-orphans >= 0.6 && <0.7,
+    base-orphans >= 0.6 && <0.8,
     binary >= 0.5.1.0,
     deepseq >= 1.1.0.2,
     erf,
+1 −0
Original line number Diff line number Diff line
newer-deps