packages feed

exception-hierarchy 0.1.0.3 → 0.1.0.4

raw patch · 1 files changed

+5/−4 lines, 1 filesdep ~template-haskell

Dependency ranges changed: template-haskell

Files

exception-hierarchy.cabal view
@@ -1,8 +1,8 @@ build-type: Simple-cabal-version: >= 1.8+cabal-version: >= 1.10  name: exception-hierarchy-version: 0.1.0.3+version: 0.1.0.4 stability: Experimental author: Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -26,10 +26,11 @@ source-repository this     type: git     location: git://github.com/YoshikuniJujo/test-haskell.git-    tag: exception-hierarchy-0.1.0.2+    tag: exception-hierarchy-0.1.0.4  library     hs-source-dirs: src     exposed-modules: Control.Exception.Hierarchy-    build-depends: base == 4.*, template-haskell >= 2.15 && < 2.16+    build-depends: base == 4.*, template-haskell >= 2.15 && < 2.17     ghc-options: -Wall -fno-warn-tabs+    default-language: Haskell2010