[Pkg-haskell-commits] darcs: haskelldb: * New upstream release 2.1.1

laney at debian.org laney at debian.org
Wed Jun 15 13:08:27 UTC 2011


Wed Jun 15 13:08:16 UTC 2011  laney at debian.org
  * * New upstream release 2.1.1
  Ignore-this: fff1c6fa2174b69130005492822800a5
  * Update build-depends for new upstream release 
  * Don't mention 'GHC 6' in package descriptions 
  * Remove obsolete patches 

    M ./changelog +9
    M ./control -5 +8
    R ./patches/
    R ./patches/Fix-source-encoding.patch
    R ./patches/series

Wed Jun 15 13:08:16 UTC 2011  laney at debian.org
  * * New upstream release 2.1.1
  Ignore-this: fff1c6fa2174b69130005492822800a5
  * Update build-depends for new upstream release 
  * Don't mention 'GHC 6' in package descriptions 
  * Remove obsolete patches 
diff -rN -u old-haskelldb//changelog new-haskelldb//changelog
--- old-haskelldb//changelog	2011-06-15 13:08:27.737275124 +0000
+++ new-haskelldb//changelog	2011-06-15 13:08:27.741276687 +0000
@@ -1,3 +1,12 @@
+haskelldb (2.1.1-1) unstable; urgency=low
+
+  * New upstream release 2.1.1
+  * Update build-depends for new upstream release 
+  * Don't mention 'GHC 6' in package descriptions 
+  * Remove obsolete patches 
+
+ -- Iain Lane <laney at debian.org>  Sun, 29 May 2011 12:25:35 +0100
+
 haskelldb (0.12-8) unstable; urgency=low
 
   [ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskelldb//control new-haskelldb//control
--- old-haskelldb//control	2011-06-15 13:08:27.725274587 +0000
+++ new-haskelldb//control	2011-06-15 13:08:27.741276687 +0000
@@ -9,9 +9,12 @@
  , ghc 
  , ghc-prof
  , ghc-doc
- , libghc-mtl-dev
- , libghc-mtl-prof
- , libghc-mtl-doc
+ , libghc-mtl-dev (>= 1.1)
+ , libghc-mtl-dev (<< 2.1)
+ , libghc-mtl-prof (>= 1.1)
+ , libghc-mtl-prof (<< 2.1)
+ , libghc-mtl-doc (>= 1.1)
+ , libghc-mtl-doc (<< 2.1)
 Standards-Version: 3.9.2
 Homepage: http://haskelldb.sourceforge.net/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb/
@@ -26,7 +29,7 @@
 Description: Haskell library for expressing database queries
  HaskellDB is library for expressing database queries and operations
  in a type safe and declarative way. This package contains the library
- for use with GHC 6.
+ for use with GHC.
  .
  HaskellDB compiles a relational algebra-like syntax into SQL, submits
  the operations to the database for processing, and returns the
@@ -41,7 +44,7 @@
 Description: Haskell library for expressing database queries; profiling libraries
  HaskellDB is library for expressing database queries and operations
  in a type safe and declarative way. This package contains the library
- for use with GHC 6.
+ for use with GHC.
  .
  HaskellDB compiles a relational algebra-like syntax into SQL, submits
  the operations to the database for processing, and returns the
diff -rN -u old-haskelldb//patches/Fix-source-encoding.patch new-haskelldb//patches/Fix-source-encoding.patch
--- old-haskelldb//patches/Fix-source-encoding.patch	2011-06-15 13:08:27.737275124 +0000
+++ new-haskelldb//patches/Fix-source-encoding.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,22 +0,0 @@
-Index: haskelldb-0.12/src/Database/HaskellDB.hs
-===================================================================
---- haskelldb-0.12.orig/src/Database/HaskellDB.hs	2010-02-22 15:41:29.000000000 +0100
-+++ haskelldb-0.12/src/Database/HaskellDB.hs	2010-02-22 15:41:37.000000000 +0100
-@@ -31,8 +31,8 @@
- -- project was to make HaskellDB a practically useful database library.
- -- That work is described in 
- -- Student Paper: HaskellDB Improved, 
---- Björn Bringert, Anders Höckersten, Conny Andersson, Martin Andersson, 
---- Mary Bergman, Victor Blomqvist and Torbjörn Martin. 
-+-- Björn Bringert, Anders Höckersten, Conny Andersson, Martin Andersson, 
-+-- Mary Bergman, Victor Blomqvist and Torbjörn Martin. 
- -- In Proceedings of the ACM SIGPLAN 2004 Haskell Workshop, Snowbird, Utah, 
- -- USA, September 22, 2004.
- -- (<http://haskelldb.sourceforge.net/haskelldb.pdf>)
-@@ -104,4 +104,4 @@
- 
- -- | Shows the unoptimized SQL query.
- showSqlUnOpt :: Query (Rel r) -> String
--showSqlUnOpt = show . ppSql . sqlQuery defaultSqlGenerator . runQuery 
-\ No newline at end of file
-+showSqlUnOpt = show . ppSql . sqlQuery defaultSqlGenerator . runQuery 
diff -rN -u old-haskelldb//patches/series new-haskelldb//patches/series
--- old-haskelldb//patches/series	2011-06-15 13:08:27.737275124 +0000
+++ new-haskelldb//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-Fix-source-encoding.patch





More information about the Pkg-haskell-commits mailing list