packages feed

twentefp-eventloop-trees 0.1.2.1 → 0.1.2.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~eventloop

Dependency ranges changed: eventloop

Files

twentefp-eventloop-trees.cabal view
@@ -1,5 +1,5 @@ name:                twentefp-eventloop-trees
-version:             0.1.2.1
+version:             0.1.2.2
 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.6.0.0 && < 0.6.1.0
+        eventloop >= 0.7.0.0 && < 0.7.1.0
         
   hs-source-dirs:      src
   default-language:    Haskell2010