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

getopt-generics: Upgrading from 0.13.0.2 to 0.13.0.3

parent f3ee72df
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-getopt-generics (0.13.0.3-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 21:18:18 -0400

haskell-getopt-generics (0.13.0.2-2) unstable; urgency=medium

  [ Clint Adams ]
+3 −4
Original line number Diff line number Diff line
@@ -14,9 +14,8 @@ Build-Depends: debhelper (>= 10),
 libghc-base-orphans-dev,
 libghc-base-orphans-prof,
 libghc-generics-sop-dev (>= 0.1),
 libghc-generics-sop-dev (<< 0.4),
 libghc-generics-sop-prof (>= 0.1),
 libghc-generics-sop-prof (<< 0.4),
 libghc-generics-sop-dev (<< 0.5),
 libghc-generics-sop-prof,
 libghc-tagged-dev,
 libghc-tagged-prof,
 libghc-quickcheck2-dev,
@@ -28,7 +27,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-base-orphans-doc,
 libghc-generics-sop-doc,
 libghc-tagged-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/soenkehahn/getopt-generics#readme
X-Description: create command line interfaces with ease
 withCli converts an IO operation into a program with a proper CLI.