[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:27 UTC 2010
The following commit has been merged in the master branch:
commit 8ee4a773cd7bf9b0bb414f73bad75de27c59a40a
Author: John Goerzen <jgoerzen at complete.org>
Date: Tue Feb 16 15:01:16 2010 -0600
Ensure that every source file is in the sdist
diff --git a/MissingH.cabal b/MissingH.cabal
index cb96d0c..9098213 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -11,7 +11,24 @@ extra-source-files: COPYING,
testsrc/gzfiles/t1bad.gz,
testsrc/gzfiles/t2.gz,
testsrc/gzfiles/zeros.gz,
- testsrc/mime.types.test
+ testsrc/mime.types.test,
+ 3rd-party-licenses/BSD,
+ 3rd-party-licenses/LGPL-2.1,
+ INSTALL,
+ INSTALL-win.txt,
+ Makefile,
+ TODO,
+ examples/simplegrep.hs,
+ examples/test2.hs,
+ examples/test3.hs,
+ pending/Gopher.hs,
+ pending/Maildir.disabled,
+ pending/Tar.newhs,
+ pending/Tar/HeaderParser.newhs,
+ renameit.sh,
+ tolgpl,
+ winbuild.bat,
+ wintest.bat
homepage: http://software.complete.org/missingh
Category: Unclassified
synopsis: Large utility library
@@ -85,5 +102,24 @@ Executable runtests
Main-Is: runtests.hs
HS-Source-Dirs: testsrc, .
Build-Depends: testpack, QuickCheck >= 1.0 && <2.0, HUnit
+ Other-Modules: Bitstest,
+ CRC32GZIPtest,
+ CRC32POSIXtest,
+ Eithertest,
+ GZiptest,
+ Globtest,
+ HVFStest,
+ HVIOtest,
+ IOtest,
+ Listtest,
+ MIMETypestest,
+ Maptest,
+ Pathtest,
+ ProgressTrackertest,
+ Str.CSVtest,
+ Strtest,
+ Tests,
+ Timetest,
+ WildMatchtest
Extensions: ExistentialQuantification, OverlappingInstances,
UndecidableInstances, CPP, PatternSignatures
--
Debian package for MissingH
More information about the Pkg-haskell-commits
mailing list