packages feed

anansi 0.2.1.1 → 0.2.1.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~containersdep ~directorydep ~filepath

Dependency ranges changed: containers, directory, filepath

Files

anansi.cabal view
@@ -1,5 +1,5 @@ name: anansi-version: 0.2.1.1+version: 0.2.1.2 synopsis: Simple literate programming preprocessor license: GPL-3 license-file: license.txt@@ -32,7 +32,7 @@     , bytestring >= 0.9 && < 0.10     , text >= 0.7 && < 0.11     , monads-tf >= 0.1 && < 0.2-    , containers >= 0.1 && < 0.4+    , containers >= 0.1 && < 0.5     , filepath >= 1.1 && < 1.2    exposed-modules:@@ -64,6 +64,6 @@     , bytestring >= 0.9 && < 0.10     , text >= 0.7 && < 0.11     , monads-tf >= 0.1 && < 0.2-    , filepath >= 1.1 && < 1.2-    , directory >= 1.0 && < 1.1+    , filepath >= 1.1 && < 1.3+    , directory >= 1.0 && < 1.2     , anansi