[Pkg-haskell-commits] darcs: haskell-hledger: New upstream version 0.18.

Clint Adams clint at debian.org
Wed May 30 01:13:52 UTC 2012


Wed May 30 01:14:08 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.18.
  Ignore-this: ab22e0a4df2c9aca46f83dd2d7818516

    M ./changelog -2 +3
    M ./control -5 +14
    R ./patches/no-th.diff
    R ./patches/series

Wed May 30 01:14:08 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.18.
  Ignore-this: ab22e0a4df2c9aca46f83dd2d7818516
diff -rN -u old-haskell-hledger//changelog new-haskell-hledger//changelog
--- old-haskell-hledger//changelog	2012-05-30 01:13:52.269643620 +0000
+++ new-haskell-hledger//changelog	2012-05-30 01:13:52.277620336 +0000
@@ -1,9 +1,10 @@
-haskell-hledger (0.17-3) UNRELEASED; urgency=low
+haskell-hledger (0.18-1) unstable; urgency=low
 
+  * New upstream version.
   * Change hledger to section 'utils', and fix long description.
     closes: #663568.
 
- -- Clint Adams <clint at debian.org>  Sat, 24 Mar 2012 14:59:14 -0400
+ -- Clint Adams <clint at debian.org>  Tue, 29 May 2012 20:08:49 -0400
 
 haskell-hledger (0.17-2) unstable; urgency=low
 
diff -rN -u old-haskell-hledger//control new-haskell-hledger//control
--- old-haskell-hledger//control	2012-05-30 01:13:52.237666990 +0000
+++ new-haskell-hledger//control	2012-05-30 01:13:52.277620336 +0000
@@ -8,16 +8,17 @@
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
+  , ghc-ghci
+  , libghc-cabal-file-th-dev
+  , libghc-cabal-file-th-prof
   , libghc-cmdargs-dev (>> 0.9.1)
   , libghc-cmdargs-dev (<< 0.10)
   , libghc-cmdargs-prof
-  , libghc-csv-dev
-  , libghc-csv-prof
   , libghc-haskeline-dev (>> 0.6)
   , libghc-haskeline-dev (<< 0.7)
   , libghc-haskeline-prof
-  , libghc-hledger-lib-dev (>> 0.17)
-  , libghc-hledger-lib-dev (<< 0.17-999)
+  , libghc-hledger-lib-dev (>> 0.18)
+  , libghc-hledger-lib-dev (<< 0.18-999)
   , libghc-hledger-lib-prof
   , libghc-hunit-dev
   , libghc-hunit-prof
@@ -29,15 +30,21 @@
   , libghc-regexpr-prof
   , libghc-safe-dev (>> 0.2)
   , libghc-safe-prof
+  , libghc-shakespeare-text-dev (>> 1.0)
+  , libghc-shakespeare-text-dev (<< 1.1)
+  , libghc-shakespeare-text-prof
   , libghc-split-dev (>> 0.1)
   , libghc-split-dev (<< 0.2)
   , libghc-split-prof
+  , libghc-text-dev (>> 0.11)
+  , libghc-text-dev (<< 0.12)
+  , libghc-text-prof
   , libghc-utf8-string-dev (>> 0.3.5)
   , libghc-utf8-string-dev (<< 0.4)
   , libghc-utf8-string-prof
 Build-Depends-Indep: ghc-doc
+  , libghc-cabal-file-th-doc
   , libghc-cmdargs-doc
-  , libghc-csv-doc
   , libghc-haskeline-doc
   , libghc-hledger-lib-doc
   , libghc-hunit-doc
@@ -45,7 +52,9 @@
   , libghc-parsec3-doc
   , libghc-regexpr-doc
   , libghc-safe-doc
+  , libghc-shakespeare-text-doc
   , libghc-split-doc
+  , libghc-text-doc
   , libghc-utf8-string-doc
 Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/hledger
diff -rN -u old-haskell-hledger//patches/no-th.diff new-haskell-hledger//patches/no-th.diff
--- old-haskell-hledger//patches/no-th.diff	2012-05-30 01:13:52.125374083 +0000
+++ new-haskell-hledger//patches/no-th.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,45 +0,0 @@
---- a/Hledger/Cli/Version.hs
-+++ b/Hledger/Cli/Version.hs
-@@ -1,4 +1,4 @@
--{-# LANGUAGE CPP, TemplateHaskell #-}
-+{-# LANGUAGE CPP #-}
- {-
- Version number-related utilities. See also the Makefile.
- -}
-@@ -10,7 +10,6 @@
-   binaryfilename
- )
- where
--import Distribution.PackageDescription.TH (packageVariable, package, pkgName, pkgVersion)
- import System.Info (os, arch)
- import Text.Printf
- 
-@@ -19,8 +18,8 @@
- 
- -- package name and version from the cabal file
- progname, version, prognameandversion :: String
--progname = $(packageVariable (pkgName . package))
--version  = $(packageVariable (pkgVersion . package))
-+progname = "hledger"
-+version  = "0.17"
- prognameandversion = progname ++ " " ++ version
- 
- -- developer build version strings include PATCHLEVEL (number of
---- a/hledger.cabal
-+++ b/hledger.cabal
-@@ -63,7 +63,6 @@
-   build-depends:
-                   hledger-lib == 0.17
-                  ,base >= 3 && < 5
--                 ,cabal-file-th
-                  ,containers
-                  ,cmdargs >= 0.9.1   && < 0.10
-                  ,csv
-@@ -116,7 +115,6 @@
-   build-depends:
-                   hledger-lib == 0.17
-                  ,base >= 3 && < 5
--                 ,cabal-file-th
-                  ,containers
-                  ,cmdargs >= 0.9.1   && < 0.10
-                  ,csv
diff -rN -u old-haskell-hledger//patches/series new-haskell-hledger//patches/series
--- old-haskell-hledger//patches/series	2012-05-30 01:13:52.125374083 +0000
+++ new-haskell-hledger//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-no-th.diff





More information about the Pkg-haskell-commits mailing list