Commit 868de0cd authored by Clint Adams's avatar Clint Adams
Browse files

sandi: Upgrading from 0.4.1 to 0.4.2

parent a8e533e7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-sandi (0.4.2-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 23:30:35 -0400

haskell-sandi (0.4.1-2) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+3 −3
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@ Build-Depends:
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-conduit-dev (<< 1.3),
 libghc-conduit-dev (>= 1.2),
 libghc-conduit-dev (<< 1.4),
 libghc-conduit-prof,
 libghc-exceptions-dev (<< 0.9),
 libghc-exceptions-dev (>= 0.6),
 libghc-exceptions-dev (<< 0.11),
 libghc-exceptions-prof,
 libghc-hunit-dev,
 libghc-stringsearch-dev (<< 0.4),
@@ -32,7 +32,7 @@ Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/sandi
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-sandi
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
X-Description: A Haskell library of data encoders and decoders
X-Description: Haskell library of data encoders and decoders
 Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
 Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
 uuencode, xxencode, and yEncoding.