Commit fe5e6aea authored by Clint Adams's avatar Clint Adams
Browse files

irc-core: Upgrading from 2.3.0 to 2.7.1

parent 8f3b307c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-irc-core (2.7.1-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 28 Jul 2019 16:11:50 -0400

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

  * Patch for newer base.
+0 −11
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,
+0 −1
Original line number Diff line number Diff line
newer-deps