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

libyaml: add libyaml-dev and pkg-config to the libghc-libyaml-dev Depends list

parent f11814db
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-libyaml (0.1.1.0-2) unstable; urgency=medium

  * Add libyaml-dev and pkg-config to the libghc-libyaml-dev Depends
    list.

 -- Clint Adams <clint@debian.org>  Thu, 01 Aug 2019 22:02:47 -0400

haskell-libyaml (0.1.1.0-1) unstable; urgency=low

  * Initial release
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
 libyaml-dev,
 pkg-config,
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},