shikensu 0.3.8 → 0.3.9
raw patch · 2 files changed
+9/−7 lines, 2 filesdep ~tastydep ~tasty-hunitsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty, tasty-hunit
API changes (from Hackage documentation)
Files
- Setup.hs +4/−2
- shikensu.cabal +5/−5
Setup.hs view
@@ -1,2 +1,4 @@-import Distribution.Simple-main = defaultMain+import qualified Distribution.Simple as Cabal++main :: IO ()+main = Cabal.defaultMain
shikensu.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack ----- hash: fb09818f3cf65658cd8ba3ba520e9ba2d557fe1cb4ab855df52cecec43b78aa8+-- hash: 881d41a6f334fd2a6e672d7e1b0de6a9c477d876f0c50a53b71d73435e806972 name: shikensu-version: 0.3.8+version: 0.3.9 synopsis: Run a sequence of functions on in-memory representations of files description: See README at <https://github.com/icidasset/shikensu#readme> category: Filesystem@@ -63,8 +63,8 @@ , directory ==1.* , filepath ==1.* , flow ==1.*- , tasty >=0.11 && <1.1- , tasty-hunit >=0.9 && <1+ , tasty ==1.*+ , tasty-hunit ==0.* , text ==1.* , unordered-containers ==0.2.* other-modules: