Commit 98ecee69 authored by Clint Adams's avatar Clint Adams
Browse files

irc-core: patch for newer base

parent f947fc35
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-irc-core (2.3.0-5) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Mon, 22 Oct 2018 17:18:26 -0400

haskell-irc-core (2.3.0-4) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+11 −0
Original line number Diff line number Diff line
--- a/irc-core.cabal
+++ b/irc-core.cabal
@@ -33,7 +33,7 @@
                        Irc.UserInfo
   other-modules:       View
 
-  build-depends:       base       >=4.9  && <4.11,
+  build-depends:       base       >=4.9  && <5,
                        base64-bytestring >= 1.0.0.1 && <1.1,
                        attoparsec >=0.13 && <0.14,
                        bytestring >=0.10 && <0.11,
+1 −0
Original line number Diff line number Diff line
newer-deps