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

http-types: Upgrading from 0.12.1 to 0.12.3

parent b8468b6b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-http-types (0.12.3-1) unstable; urgency=medium

  * New upstream release

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

haskell-http-types (0.12.1-3) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+0 −14
Original line number Diff line number Diff line
--- a/test/doctests.hs
+++ b/test/doctests.hs
@@ -4,9 +4,9 @@
 
 main :: IO ()
 main = doctest [
-    "-idist/build/autogen/"
+    "-idist-ghc/build/autogen/"
   , "-optP-include"
-  , "-optPdist/build/autogen/cabal_macros.h"
+  , "-optPdist-ghc/build/autogen/cabal_macros.h"
   , "-XOverloadedStrings"
   , "Network/HTTP/Types.hs"
   ]
+0 −1
Original line number Diff line number Diff line
fix-doctest.diff