packages feed

exception-hierarchy 0.1.0.7 → 0.1.0.8

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~template-haskell

Dependency ranges changed: template-haskell

Files

exception-hierarchy.cabal view
@@ -2,7 +2,7 @@ cabal-version: >= 1.10  name: exception-hierarchy-version: 0.1.0.7+version: 0.1.0.8 stability: Experimental author: Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -31,6 +31,6 @@ library     hs-source-dirs: src     exposed-modules: Control.Exception.Hierarchy-    build-depends: base == 4.*, template-haskell >= 2.18 && < 2.19+    build-depends: base == 4.*, template-haskell >= 2.18 && < 2.20     ghc-options: -Wall -fno-warn-tabs     default-language: Haskell2010