packages feed

exception-hierarchy 0.0.0.1 → 0.0.0.2

raw patch · 1 files changed

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

Dependency ranges changed: template-haskell

Files

exception-hierarchy.cabal view
@@ -2,7 +2,7 @@ cabal-version: >= 1.8  name: exception-hierarchy-version: 0.0.0.1+version: 0.0.0.2 stability: Experimental author: Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -26,10 +26,10 @@ source-repository this     type: git     location: git://github.com/YoshikuniJujo/test-haskell.git-    tag: exception-hierarchy-0.0.0.1+    tag: exception-hierarchy-0.0.0.2  library     hs-source-dirs: src     exposed-modules: Control.Exception.Hierarchy-    build-depends: base == 4.*, template-haskell == 2.9.*+    build-depends: base == 4.*, template-haskell >= 2.9 && < 2.11     ghc-options: -Wall