Commit 050e11be authored by Clint Adams's avatar Clint Adams
Browse files

brick: build-depend on haskell-devscripts (>= 0.15) to work around ancient...

brick: build-depend on haskell-devscripts (>= 0.15) to work around ancient timestamp.  closes: #933165.
parent 3c48eff8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-brick (0.46-2) unstable; urgency=medium

  * Build-depend on haskell-devscripts (>= 0.15) to work around ancient
    timestamp.  closes: #933165.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 13:29:04 -0400

haskell-brick (0.46-1) unstable; urgency=medium

  * New upstream version.
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Build-Depends:
 debhelper (>= 10),
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 haskell-devscripts (>= 0.15),
 libghc-config-ini-dev,
 libghc-config-ini-prof,
 libghc-contravariant-dev,