[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.1-2-49-gdaefc69
John Goerzen
jgoerzen at complete.org
Tue Feb 16 22:45:19 UTC 2010
The following commit has been merged in the master branch:
commit 43337d2d6ed17696fc0e8c71e7c77161a606b6b4
Merge: 6dd0e8f0e74be415e0b5dcf278b7af21751f45cd 0483c826606f8886ea9b0c5d8fc4a9ed1e3e2630
Author: John Goerzen <jgoerzen at complete.org>
Date: Fri Feb 12 11:45:33 2010 -0600
Merge branch 'master' of complete.org:git/missingh
Conflicts:
MissingH.cabal
diff --combined MissingH.cabal
index 9bdf6ea,72d8513..60860ca
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@@ -1,11 -1,17 +1,16 @@@
--Name: MissingH
- Version: 1.0.4
-Version: 1.1.0.1
++Version: 1.1.0.2
License: GPL
Maintainer: John Goerzen <jgoerzen at complete.org>
Author: John Goerzen
- Copyright: Copyright (c) 2004-2008 John Goerzen
+ Copyright: Copyright (c) 2004-2009 John Goerzen
license-file: COPYRIGHT
- extra-source-files: COPYING
+ extra-source-files: COPYING,
+ testsrc/gzfiles/empty.gz,
+ testsrc/gzfiles/t1.gz,
+ testsrc/gzfiles/t1bad.gz,
+ testsrc/gzfiles/t2.gz,
+ testsrc/gzfiles/zeros.gz,
+ testsrc/mime.types.test
homepage: http://software.complete.org/missingh
Category: Unclassified
synopsis: Large utility library
@@@ -14,7 -20,7 +19,7 @@@ Description: MissingH is a library of
be extremely portable and easy to use.
Stability: Beta
Build-Type: Simple
- Cabal-Version: >=1.2
+ Cabal-Version: >=1.2.3
Flag splitBase
description: Choose the new smaller, split-up base package.
@@@ -64,10 -70,11 +69,10 @@@ Librar
Build-Depends: network, parsec, base,
haskell98, mtl, HUnit, regex-compat,
filepath,
hslogger
If flag(splitBase)
- Build-Depends: base >= 3, base <= 4, directory, random, process, old-time,
+ Build-Depends: base >= 4, base <= 5, directory, random, process, old-time,
containers, old-locale, array
Else
Build-Depends: base < 3
--
Debian package for MissingH
More information about the Pkg-haskell-commits
mailing list