twentefp-eventloop-trees 0.1.2.0 → 0.1.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~eventloopPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: eventloop
API changes (from Hackage documentation)
Files
twentefp-eventloop-trees.cabal view
@@ -1,5 +1,5 @@ name: twentefp-eventloop-trees -version: 0.1.2.0 +version: 0.1.2.1 synopsis: Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and RedBlackTree license: BSD3 license-file: LICENSE @@ -14,7 +14,7 @@ build-depends: base >=4.6 && <5, - eventloop >= 0.5.0.0 && < 0.6.0.0 + eventloop >= 0.6.0.0 && < 0.6.1.0 hs-source-dirs: src default-language: Haskell2010