hierarchy 0.2.0 → 0.2.1
raw patch · 2 files changed
+6/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hierarchy.cabal +1/−1
- test/Main.hs +5/−5
hierarchy.cabal view
@@ -1,5 +1,5 @@ name: hierarchy-version: 0.2.0+version: 0.2.1 synopsis: Pipes-based library for predicated traversal of generated trees description: Pipes-based library for predicated traversal of generated trees homepage: https://github.com/jwiegley/hierarchy
test/Main.hs view
@@ -36,8 +36,8 @@ liftIO $ putStrLn "We found a Haskell file!" found <- toListM $ enumerate (walk files)- found `shouldBe` [ "./Control/Cond.hs"- , "./Pipes/Tree.hs"- , "./Setup.hs"- , "./test/doctest.hs"- , "./test/Main.hs" ]+ sort found `shouldBe` [ "./Control/Cond.hs"+ , "./Pipes/Tree.hs"+ , "./Setup.hs"+ , "./test/Main.hs"+ , "./test/doctest.hs" ]