[Pkg-haskell-commits] darcs: haskell-configfile: Drop Hugs support due to lack of regex

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:46:24 UTC 2013


Sat Jun 16 00:58:08 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Drop Hugs support due to lack of regex
  Ignore-this: 1a749c80369b3b2a48913f7bfd489784
  

    M ./changelog +1
    M ./control -18 +1

Sat Jun 16 00:58:08 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Drop Hugs support due to lack of regex
  Ignore-this: 1a749c80369b3b2a48913f7bfd489784
  
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-01-04 14:46:23.426393022 +0000
+++ new-haskell-configfile//changelog	2013-01-04 14:46:24.047902392 +0000
@@ -1,6 +1,7 @@
 haskell-configfile (1.0.2) unstable; urgency=low
 
   * Update hugs deps.  Closes: #419438.
+  * Rebuild for newer GHC.  Closes: #429020.
 
  -- John Goerzen <jgoerzen at complete.org>  Fri, 15 Jun 2007 04:56:25 -0500
 
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-01-04 14:46:23.422350091 +0000
+++ new-haskell-configfile//control	2013-01-04 14:46:24.031814474 +0000
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-missingh-dev (>= 0.18.3), libghc6-mtl-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-missingh (>= 0.18.3), libhugs-mtl, libhugs-parsec, libhugs-hunit
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hasskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs
 Standards-Version: 3.6.2
 Section: devel
 
@@ -15,23 +15,6 @@
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer
  to work with, yet remains powerful and flexible.  It is inspired by,
- and compatible with, Python's ConfigParser module.  It uses files
- that resemble Windows .INI-style files, but with numerous
- improvements.
- .
- ConfigFile provides simple calls to both read and write config files.
- It's possible to make a config file parsable by this module,
- the Unix shell, and make.
-
-Package: libhugs-configfile
-Section: devel
-Architecture: all
-Depends: ${haskell:Depends}, libhugs-missingh (>= 0.18.3), libhugs-mtl, libhugs-parsec
-Suggests: configfile-doc
-Description: Parser and writer for handling sectioned config files in Haskell, Hugs package
- The ConfigFile module works with configuration files in a standard
- format that is easy for the user to edit, easy for the programmer
- to work with, yet remains powerful and flexible.  It is inspired by,
  and compatible with, Python's ConfigParser module.  It uses files
  that resemble Windows .INI-style files, but with numerous
  improvements.





More information about the Pkg-haskell-commits mailing list