diff options
Diffstat (limited to 'p/haskell-maybet')
| -rw-r--r-- | p/haskell-maybet/debian/changelog | 4 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/control | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/p/haskell-maybet/debian/changelog b/p/haskell-maybet/debian/changelog index eaa145d3d..0dd0b1498 100644 --- a/p/haskell-maybet/debian/changelog +++ b/p/haskell-maybet/debian/changelog @@ -1,5 +1,9 @@ haskell-maybet (0.1.2-1) unstable; urgency=low + [ Giovanni Mascellani ] * Initial release. (closes: #576693) + [ Joachim Breitner ] + * Add Haskell Provides: substvars + -- Giovanni Mascellani <mascellani@poisson.phc.unipi.it> Wed, 07 Apr 2010 13:56:41 +0200 diff --git a/p/haskell-maybet/debian/control b/p/haskell-maybet/debian/control index da99fde6f..21b4f4207 100644 --- a/p/haskell-maybet/debian/control +++ b/p/haskell-maybet/debian/control @@ -27,6 +27,7 @@ Depends: ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} Description: Haskell MaybeT monad transformer - GHC 6 libraries MaybeT is a Haskell monad transformer that adds Maybe semantics to an existing monad, making it able to fail (i.e. return Nothing) or be @@ -43,6 +44,7 @@ Depends: ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} Description: Haskell MaybeT monad transformer - GHC 6 profiling libraries MaybeT is a Haskell monad transformer that adds Maybe semantics to an existing monad, making it able to fail (i.e. return Nothing) or be |
