Commit 264b620d authored by Sean Whitton's avatar Sean Whitton
Browse files

argon2: switch deps libargon2-0-dev -> libargon2-dev

parent 6c1a9366
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-argon2 (1.3.0.1-5) unstable; urgency=medium

  * Switch deps libargon2-0-dev -> libargon2-dev (Closes: #930300).
    Thanks Andreas Beckmann for reporting the problem.

 -- Sean Whitton <spwhitton@spwhitton.name>  Mon, 10 Jun 2019 13:12:30 -0700

haskell-argon2 (1.3.0.1-4) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Build-Depends:
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libargon2-0-dev,
 libargon2-dev,
 libghc-text-short-dev (>= 0.1.2),
 libghc-text-short-dev (<< 0.2),
 libghc-text-short-prof,
@@ -24,12 +24,12 @@ X-Description: Haskell bindings to the Argon2 password-hashing function
 This library provides Haskell bindings to libargon2, the reference
 implementation of the Argon2 password-hashing function.
 .
 See the libargon2-0-dev package for more information on Argon2.
 See the libargon2-dev package for more information on Argon2.

Package: libghc-argon2-dev
Architecture: any
Depends:
 libargon2-0-dev,
 libargon2-dev,
 ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},