packages feed

n2o-nitro 0.11.1 → 0.11.2

raw patch · 1 files changed

+2/−3 lines, 1 filesdep −bertdep ~n2o

Dependencies removed: bert

Dependency ranges changed: n2o

Files

n2o-nitro.cabal view
@@ -1,5 +1,5 @@ name:           n2o-nitro
-version:        0.11.1
+version:        0.11.2
 description:    Nitro DSL
 homepage:       https://github.com/xafizoff/n2o#readme
 bug-reports:    https://github.com/xafizoff/n2o/issues
@@ -26,11 +26,10 @@   hs-source-dirs:
       src
   build-depends: base >= 4.7 && < 5
-               , n2o == 0.11.0
+               , n2o == 0.11.*
                , text >= 1.2
                , bytestring >= 0.10
                , binary >= 0.5
-               , bert >= 1.2
                , containers >= 0.5
                , base64-bytestring >= 1.0
   default-language: Haskell2010