packages feed

hprotoc 1.7.0 → 1.7.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~directorydep ~filepath

Dependency ranges changed: directory, filepath

Files

hprotoc.cabal view
@@ -1,5 +1,5 @@ name:           hprotoc-version:        1.7.0+version:        1.7.1 cabal-version:  >= 1.6 build-type:     Simple license:        BSD3@@ -29,8 +29,8 @@   build-depends:   binary, utf8-string   build-depends:   parsec < 3, haskell-src-exts >= 1.7.0,                    containers,bytestring,array,-                   filepath >= 1.1.0.0 && <= 1.1.0.2,-                   directory >= 1.0.0.1 && <= 1.0.0.3,+                   filepath >= 1.1.0.0,+                   directory >= 1.0.0.1,                    mtl,QuickCheck    if flag(small_base)