[Pkg-haskell-commits] darcs: haskell-configfile: Added missing ConfigParser.Lexer to Setup.description

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:37:32 UTC 2013


Mon Dec  6 02:59:50 UTC 2004  John Goerzen <jgoerzen at complete.org>
  * Added missing ConfigParser.Lexer to Setup.description
  Ignore-this: db289eed90f0b88a2971c61704dadc7b
  
  Keywords: 
  
  
  (jgoerzen at complete.org--projects/missingh--head--0.7--patch-48)

    M ./changelog +13
    R ./libghc6-missingh-dev.postinst.debhelper
    R ./libghc6-missingh-dev.prerm.debhelper

Mon Dec  6 02:59:50 UTC 2004  John Goerzen <jgoerzen at complete.org>
  * Added missing ConfigParser.Lexer to Setup.description
  Ignore-this: db289eed90f0b88a2971c61704dadc7b
  
  Keywords: 
  
  
  (jgoerzen at complete.org--projects/missingh--head--0.7--patch-48)
diff -rN -u old-haskell-configfile-1//changelog new-haskell-configfile-1//changelog
--- old-haskell-configfile-1//changelog	2013-01-04 14:37:29.394224158 +0000
+++ new-haskell-configfile-1//changelog	2013-01-04 14:37:31.915758355 +0000
@@ -1,3 +1,16 @@
+missingh (0.7.3) unstable; urgency=low
+
+  * Adding missing ConfigParser.Lexer to Setup.Description.
+
+ -- John Goerzen <jgoerzen at complete.org>  Sun,  5 Dec 2004 14:59:02 -0600
+
+missingh (0.7.2) unstable; urgency=low
+
+  * New modules: MissingH.FileArchive.GZip, MissingH.Checksum.CRC32.GZip,
+    MissingH.Checksum.CRC32.Posix, MissingH.Compression.Inflate
+
+ -- John Goerzen <jgoerzen at complete.org>  Sat,  4 Dec 2004 17:25:25 -0600
+
 missingh (0.7.1) unstable; urgency=low
 
   * Applied some helpful patches from Einar Karttunen.  The main feature
diff -rN -u old-haskell-configfile-1//libghc6-missingh-dev.postinst.debhelper new-haskell-configfile-1//libghc6-missingh-dev.postinst.debhelper
--- old-haskell-configfile-1//libghc6-missingh-dev.postinst.debhelper	2013-01-04 14:37:29.394224158 +0000
+++ new-haskell-configfile-1//libghc6-missingh-dev.postinst.debhelper	1970-01-01 00:00:00.000000000 +0000
@@ -1,26 +0,0 @@
-# Automatically added by dh_haskell
-GHC=ghc-6.2.2
-CONFIGFILE=/usr/lib/haskell-packages/ghc6/lib/MissingH-0.6.0/installed-pkg-config
-
-
-case "$1" in
-    configure)
-    /usr/lib/$GHC/bin/ghc-pkg -g --add-package \
-      < $CONFIGFILE
-
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-
-
-# arch-tag: haskell-devscripts generic GHC postinst template
-# End automatically added section
diff -rN -u old-haskell-configfile-1//libghc6-missingh-dev.prerm.debhelper new-haskell-configfile-1//libghc6-missingh-dev.prerm.debhelper
--- old-haskell-configfile-1//libghc6-missingh-dev.prerm.debhelper	2013-01-04 14:37:29.394224158 +0000
+++ new-haskell-configfile-1//libghc6-missingh-dev.prerm.debhelper	1970-01-01 00:00:00.000000000 +0000
@@ -1,25 +0,0 @@
-# Automatically added by dh_haskell
-
-GHC=ghc-6.2.2
-CONFIGFILE=/usr/lib/haskell-packages/ghc6/lib/MissingH-0.6.0/installed-pkg-config
-CABALNAME=MissingH
-
-
-
-case "$1" in
-    remove|upgrade|deconfigure)
-      /usr/lib/$GHC/bin/ghc-pkg -r $CABALNAME
-      rm -vf /usr/lib/haskell-packages/ghc6/lib/MissingH-0.6.0/HSMissingH-0.6.0.o
-
-        ;;
-    failed-upgrade)
-        ;;
-    *)
-        echo "prerm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-
-# arch-tag: haskell-devscripts generic GHC prerm template
-# End automatically added section





More information about the Pkg-haskell-commits mailing list