Commit a93de4d2 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

hsini: Add Setup.hs missing from upstream tarball

parent 351e7bc7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hsini (0.5.1.2-5) unstable; urgency=medium

  * Add Setup.hs missing from upstream tarball

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Sat, 20 Oct 2018 10:48:13 +0300

haskell-hsini (0.5.1.2-4) unstable; urgency=medium

  * Remove build dependency on libghc-parsec3-dev (provided by ghc-
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ Build-Depends: debhelper (>= 10),
 libghc-tasty-th-dev,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hsini
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hsini]
X-Description: user configuration files (INI) parser
 Parser for and types which represent an INI configuration file.

+10 −0
Original line number Diff line number Diff line
Description: Add Setup.hs missing from upstream tarball
Author: Ilias Tsitsimpis <iliastsi@debian.org>

Index: b/Setup.hs
===================================================================
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
+1 −0
Original line number Diff line number Diff line
missing-setup