diff options
Diffstat (limited to 'p/haskell-directory-tree/debian')
-rw-r--r-- | p/haskell-directory-tree/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-directory-tree/debian/control | 16 | ||||
-rw-r--r-- | p/haskell-directory-tree/debian/watch | 2 |
3 files changed, 16 insertions, 9 deletions
diff --git a/p/haskell-directory-tree/debian/changelog b/p/haskell-directory-tree/debian/changelog index 62599c6ec..9b503ff4c 100644 --- a/p/haskell-directory-tree/debian/changelog +++ b/p/haskell-directory-tree/debian/changelog @@ -1,3 +1,10 @@ +haskell-directory-tree (0.10.0-1) unstable; urgency=low + + * New upstream release + * use ghc instead of ghc6. (Closes: #617575) + + -- TANIGUCHI Takaki <takaki@debian.org> Fri, 08 Apr 2011 15:17:10 +0900 + haskell-directory-tree (0.9.1-1) unstable; urgency=low * Initial release. (Closes: #607422) diff --git a/p/haskell-directory-tree/debian/control b/p/haskell-directory-tree/debian/control index 9f1dcca0d..b2eb9434f 100644 --- a/p/haskell-directory-tree/debian/control +++ b/p/haskell-directory-tree/debian/control @@ -4,13 +4,13 @@ Priority: optional Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <takaki@debian.org> Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts, - ghc6, - ghc6-prof, - ghc6-doc, + ghc, + ghc-prof, + ghc-doc, Standards-Version: 3.9.1 Homepage: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/ -Package: libghc6-directory-tree-dev +Package: libghc-directory-tree-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} @@ -24,9 +24,9 @@ Description: simple directory-like tree datatype, with IO functions filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. . - This package contains the libraries compiled for GHC 6. + This package contains the libraries compiled for GHC. -Package: libghc6-directory-tree-prof +Package: libghc-directory-tree-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} @@ -40,9 +40,9 @@ Description: simple directory-like tree datatype, with IO functions; profiling l filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. . - This package contains the profiling libraries compiled for GHC 6. + This package contains the profiling libraries compiled for GHC. -Package: libghc6-directory-tree-doc +Package: libghc-directory-tree-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} diff --git a/p/haskell-directory-tree/debian/watch b/p/haskell-directory-tree/debian/watch index f621d3a9d..549474930 100644 --- a/p/haskell-directory-tree/debian/watch +++ b/p/haskell-directory-tree/debian/watch @@ -1,2 +1,2 @@ version=3 -opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| http://hackage.haskell.org/packages/archive/directory-tree ([\d\.]*\d)/ +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,filenamemangle=s|(.*)/$|directory-tree-$1.tar.gz|" http://hackage.haskell.org/packages/archive/directory-tree ([\d\.]*\d)/ |