summaryrefslogtreecommitdiff
path: root/p/haskell-qio
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-01-15 18:06:08 +0300
committerMarco Silva <marcot@debian.org>2011-01-15 18:06:08 +0300
commit3316837a7906d5211b59ea7e5f0409c8a306de61 (patch)
tree973aacfcd2b29ff5170b95741cafff68831ca6a4 /p/haskell-qio
parent7f7d36c7209f9ed971dba5a01d72ab10af955a51 (diff)
downloadDHG_packages-3316837a7906d5211b59ea7e5f0409c8a306de61.tar.gz
haskell-qio: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-qio')
-rw-r--r--p/haskell-qio/debian/changelog4
-rw-r--r--p/haskell-qio/debian/control18
2 files changed, 13 insertions, 9 deletions
diff --git a/p/haskell-qio/debian/changelog b/p/haskell-qio/debian/changelog
index 7370eda77..7b603ff4c 100644
--- a/p/haskell-qio/debian/changelog
+++ b/p/haskell-qio/debian/changelog
@@ -1,7 +1,11 @@
haskell-qio (1.0-3) 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:08 -0300
haskell-qio (1.0-2) unstable; urgency=low
diff --git a/p/haskell-qio/debian/control b/p/haskell-qio/debian/control
index 634c1027d..664d5e92f 100644
--- a/p/haskell-qio/debian/control
+++ b/p/haskell-qio/debian/control
@@ -6,18 +6,18 @@ Uploaders: Iain Lane <laney@ubuntu.com>
Build-Depends: debhelper (>= 7),
cdbs,
haskell-devscripts (>= 0.7),
- ghc6 ,
- ghc6-prof,
- ghc6-doc,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-mtl-doc
+ ghc ,
+ ghc-prof,
+ ghc-doc,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://www.cs.nott.ac.uk/~asg/QIO/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-qio
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-qio
-Package: libghc6-qio-dev
+Package: libghc-qio-dev
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
@@ -32,7 +32,7 @@ Description: a language for defining quantum computations
.
This package contains the development files.
-Package: libghc6-qio-prof
+Package: libghc-qio-prof
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
@@ -47,7 +47,7 @@ Description: a language for defining quantum computations; profiling libraries
.
This package contains the profiling libraries.
-Package: libghc6-qio-doc
+Package: libghc-qio-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}