exception-hierarchy 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
exception-hierarchy.cabal view
@@ -2,7 +2,7 @@ cabal-version: >= 1.8 name: exception-hierarchy-version: 0.1.0.0+version: 0.1.0.1 stability: Experimental author: Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -31,5 +31,5 @@ library hs-source-dirs: src exposed-modules: Control.Exception.Hierarchy- build-depends: base == 4.*, template-haskell >= 2.12 && < 2.13+ build-depends: base == 4.*, template-haskell >= 2.12 && < 2.14 ghc-options: -Wall -fno-warn-tabs