packages feed

shikensu 0.3.5 → 0.3.6

raw patch · 1 files changed

+19/−19 lines, 1 filesdep ~Globdep ~aesondep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Glob, aeson, bytestring, directory, filepath, flow, tasty, tasty-hunit, text, unordered-containers

API changes (from Hackage documentation)

Files

shikensu.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           shikensu-version:        0.3.5+version:        0.3.6 synopsis:       Run a sequence of functions on in-memory representations of files description:    See README at <https://github.com/icidasset/shikensu#readme> category:       Filesystem@@ -24,15 +24,15 @@       src   default-extensions: DisambiguateRecordFields DuplicateRecordFields OverloadedStrings   build-depends:-      aeson == 1.0.*+      aeson == 1.*     , base >= 4.9 && < 5-    , bytestring == 0.10.*-    , directory == 1.3.*-    , filepath == 1.4.*-    , flow == 1.0.*-    , Glob == 0.7.*-    , unordered-containers == 0.2.*-    , text == 1.2.*+    , bytestring == 0.*+    , directory == 1.*+    , filepath == 1.*+    , flow == 1.*+    , Glob >= 0.7 && < 1+    , unordered-containers == 0.*+    , text == 1.*   exposed-modules:       Shikensu       Shikensu.Contrib@@ -52,17 +52,17 @@       src   default-extensions: DisambiguateRecordFields DuplicateRecordFields OverloadedStrings   build-depends:-      aeson == 1.0.*+      aeson == 1.*     , base >= 4.9 && < 5-    , bytestring == 0.10.*-    , directory == 1.3.*-    , filepath == 1.4.*-    , flow == 1.0.*-    , Glob == 0.7.*-    , unordered-containers == 0.2.*-    , text == 1.2.*-    , tasty == 0.11.*-    , tasty-hunit == 0.9.*+    , bytestring == 0.*+    , directory == 1.*+    , filepath == 1.*+    , flow == 1.*+    , Glob >= 0.7 && < 1+    , unordered-containers == 0.*+    , text == 1.*+    , tasty == 0.*+    , tasty-hunit == 0.*   other-modules:       Test.Contrib       Test.Example