[Pkg-haskell-commits] darcs: haskell-tagsoup: New upstream version 0.10.

Erik de Castro Lopo erikd at mega-nerd.com
Sun Jun 6 11:56:17 UTC 2010


Sun Jun  6 11:55:54 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * New upstream version 0.10.
  Ignore-this: 896c74e63487d12976b9a4265bdaf8f9

    M ./changelog -2 +3
    M ./control -7 +10
    R ./example.cabal
    M ./libghc6-tagsoup-doc.examples -1 +1

Sun Jun  6 11:55:54 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * New upstream version 0.10.
  Ignore-this: 896c74e63487d12976b9a4265bdaf8f9
diff -rN -u old-haskell-tagsoup/changelog new-haskell-tagsoup/changelog
--- old-haskell-tagsoup/changelog	2010-06-06 11:56:17.480726924 +0000
+++ new-haskell-tagsoup/changelog	2010-06-06 11:56:17.488727351 +0000
@@ -1,11 +1,12 @@
-haskell-tagsoup (0.9-1) unstable; urgency=low
+haskell-tagsoup (0.10-1) unstable; urgency=low
 
   * New upstream.
   * debian/copyright : Use © instead of (C).
   * debian/control : Specify versions for quickcheck and deepseq matching
     project's cabal file.
+  * libghc6-tagsoup-doc.examples : Add everything required to build example.
 
- -- Erik de Castro Lopo <erikd at mega-nerd.com>  Wed,  2 Jun 2010 19:07:26 +1000
+ -- Erik de Castro Lopo <erikd at mega-nerd.com>  Sun,  6 Jun 2010 21:53:26 +1000
 
 haskell-tagsoup (0.8-2) unstable; urgency=low
 
diff -rN -u old-haskell-tagsoup/control new-haskell-tagsoup/control
--- old-haskell-tagsoup/control	2010-06-06 11:56:17.480726924 +0000
+++ new-haskell-tagsoup/control	2010-06-06 11:56:17.488727351 +0000
@@ -9,22 +9,25 @@
  haskell-devscripts (>= 0.7),
  ghc6,
  ghc6-prof,
- ghc6-doc,
  libghc6-network-dev,
  libghc6-network-prof,
- libghc6-mtl-doc,
  libghc6-mtl-dev,
  libghc6-mtl-prof,
- libghc6-network-doc,
- libghc6-parsec-doc,
  libghc6-quickcheck2-dev (>= 2.1),
+ libghc6-quickcheck2-dev (<< 2.2),
  libghc6-quickcheck2-prof,
- libghc6-quickcheck2-doc,
  libghc6-http-dev,
  libghc6-http-prof,
+ libghc6-deepseq-dev (>= 1.1.0.0),
+ libghc6-deepseq-dev (<< 1.1.0.1),
+ libghc6-deepseq-prof
+Build-Depends-Indep:
+ ghc6-doc,
+ libghc6-mtl-doc,
+ libghc6-network-doc,
+ libghc6-parsec-doc,
+ libghc6-quickcheck2-doc,
  haskell-http-doc,
- libghc6-deepseq-dev (>= 1.1),
- libghc6-deepseq-prof,
  libghc6-deepseq-doc
 Standards-Version: 3.8.4
 Homepage: http://www-users.cs.york.ac.uk/~ndm/tagsoup/
diff -rN -u old-haskell-tagsoup/example.cabal new-haskell-tagsoup/example.cabal
--- old-haskell-tagsoup/example.cabal	2010-06-06 11:56:17.480726924 +0000
+++ new-haskell-tagsoup/example.cabal	1970-01-01 00:00:00.000000000 +0000
@@ -1,30 +0,0 @@
-Name:           tagsoup
-Version:        0.4
-Copyright:      2006-8, Neil Mitchell
-Maintainer:     ndmitchell at gmail.com
-Author:         Neil Mitchell
-Homepage:       http://www-users.cs.york.ac.uk/~ndm/tagsoup/
-License:        BSD3
-Category:       XML
-Build-Depends:  base, network, mtl, tagsoup
-Build-type:     Simple
-Synopsis:       Example application using the TagSoup library
-Description:
-    TagSoup is a library for extracting information out of
-    unstructured HTML code, sometimes known as tag-soup. The HTML does
-    not have to be well formed, or render properly within any
-    particular framework. This library is for situations where the
-    author of the HTML is not cooperating with the person trying to
-    extract the information, but is also not trying to hide the
-    information.
-    
-    This cabal file is provided for building the tagsoup example
-    application.  Use runghc Setup.hs configure; runghc Setup.hs build;
-    runghc Setup.hs install
-
-Executable:     tagsoup
-GHC-Options:    -Wall
-Main-Is:        Main.hs
-Other-Modules:
-    Example.Example
-    Example.Regress
diff -rN -u old-haskell-tagsoup/libghc6-tagsoup-doc.examples new-haskell-tagsoup/libghc6-tagsoup-doc.examples
--- old-haskell-tagsoup/libghc6-tagsoup-doc.examples	2010-06-06 11:56:17.480726924 +0000
+++ new-haskell-tagsoup/libghc6-tagsoup-doc.examples	2010-06-06 11:56:17.484727138 +0000
@@ -1,3 +1,3 @@
 Main.hs
 Setup.hs
-debian/example.cabal
+TagSoup





More information about the Pkg-haskell-commits mailing list