extensible-exceptions 0.1.1.1 → 0.1.1.2
raw patch · 1 files changed
+14/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- extensible-exceptions.cabal +14/−5
extensible-exceptions.cabal view
@@ -1,19 +1,28 @@ name: extensible-exceptions-version: 0.1.1.1+version: 0.1.1.2 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29 synopsis: Extensible exceptions+category: Control description: This package provides extensible exceptions for both new and old versions of GHC (i.e., < 6.10).-cabal-version: >=1.6+-- We want to remain compatible with older Cabal versions for now,+-- but we need at least 1.2.3 in order to list DeriveDataTypeable+-- as an extension.+-- (GHC trac #3931)+-- cabal-version: >=1.6+cabal-version: >=1.2.3 build-type: Simple -source-repository head- type: darcs- location: http://darcs.haskell.org/packages/extensible-exceptions/+-- We want to remain compatible with older Cabal versions for now,+-- and they don't understand source-repository sections+-- (GHC trac #3931)+-- source-repository head+-- type: darcs+-- location: http://darcs.haskell.org/packages/extensible-exceptions/ Library { if impl(ghc>=6.9)