Commit 3d5b5447 authored by Clint Adams's avatar Clint Adams
Browse files

hs-bibutils: add weird stdin/stdout stubs back

parent 31e83588
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hs-bibutils (6.2.0.1-3) unstable; urgency=medium

  * Add weird stdin/stdout stubs back.

 -- Clint Adams <clint@debian.org>  Tue, 24 Apr 2018 18:35:44 -0400

haskell-hs-bibutils (6.2.0.1-2) unstable; urgency=medium

  * Build-Depend on libbibutils-dev (>= 6.2).
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ library. This patch makes it use the Debian packaged one.
 
 library
     default-language: Haskell2010
@@ -66,29 +35,7 @@
@@ -66,29 +35,8 @@
     hs-source-dirs:   src
     default-extensions:       ForeignFunctionInterface
     include-dirs:     bibutils
@@ -73,6 +73,7 @@ library. This patch makes it use the Debian packaged one.
-        bibutils/unicode.c bibutils/url.c bibutils/utf8.c bibutils/vplist.c
-        bibutils/wordin.c bibutils/wordout.c bibutils/xml.c
-        bibutils/xml_encoding.c
+    c-sources:        cbits/stub.c
+    pkgconfig-depends: bibutils
 
     if impl(ghc >= 6.10)