summaryrefslogtreecommitdiff
path: root/p/haskell-lazysmallcheck
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:06:03 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:06:03 +0300
commit1aed6bedb673ecbaeca05e88381b7eb367014ecb (patch)
treef7c4b61968959b3c90b330ce358208e230de80ff /p/haskell-lazysmallcheck
parent95526187f2bf7f19130e0d52c9edcd8278e8d645 (diff)
downloadDHG_packages-1aed6bedb673ecbaeca05e88381b7eb367014ecb.tar.gz
haskell-lazysmallcheck: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-lazysmallcheck')
-rw-r--r--p/haskell-lazysmallcheck/debian/changelog4
-rw-r--r--p/haskell-lazysmallcheck/debian/control10
-rw-r--r--p/haskell-lazysmallcheck/debian/libghc-lazysmallcheck-dev.examples (renamed from p/haskell-lazysmallcheck/debian/libghc6-lazysmallcheck-dev.examples)0
3 files changed, 9 insertions, 5 deletions
diff --git a/p/haskell-lazysmallcheck/debian/changelog b/p/haskell-lazysmallcheck/debian/changelog
index 5e460e76b..6a3bbed3e 100644
--- a/p/haskell-lazysmallcheck/debian/changelog
+++ b/p/haskell-lazysmallcheck/debian/changelog
@@ -1,7 +1,11 @@
haskell-lazysmallcheck (0.5-2) UNRELEASED; urgency=low
+ [ Marco TĂșlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Sun, 21 Feb 2010 07:46:01 -0300
haskell-lazysmallcheck (0.5-1) unstable; urgency=low
diff --git a/p/haskell-lazysmallcheck/debian/control b/p/haskell-lazysmallcheck/debian/control
index ee0bb7462..f08f974c4 100644
--- a/p/haskell-lazysmallcheck/debian/control
+++ b/p/haskell-lazysmallcheck/debian/control
@@ -7,14 +7,14 @@ Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lazysmallcheck
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lazysmallcheck
Homepage: http://www.cs.york.ac.uk/fp/smallcheck/
-Package: libghc6-lazysmallcheck-dev
+Package: libghc-lazysmallcheck-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -32,7 +32,7 @@ Description: A library for demand-driven testing of Haskell programs
significantly fewer test-cases to verify a property for all inputs up
to a given depth.
-Package: libghc6-lazysmallcheck-prof
+Package: libghc-lazysmallcheck-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
diff --git a/p/haskell-lazysmallcheck/debian/libghc6-lazysmallcheck-dev.examples b/p/haskell-lazysmallcheck/debian/libghc-lazysmallcheck-dev.examples
index e39721e20..e39721e20 100644
--- a/p/haskell-lazysmallcheck/debian/libghc6-lazysmallcheck-dev.examples
+++ b/p/haskell-lazysmallcheck/debian/libghc-lazysmallcheck-dev.examples