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