hoodle 0.4 → 0.4.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~hoodle-core
Dependency ranges changed: hoodle-core
Files
- hoodle.cabal +3/−3
hoodle.cabal view
@@ -1,5 +1,5 @@ Name: hoodle-Version: 0.4+Version: 0.4.0 Synopsis: Executable for hoodle Description: Hoodle is a pen notetaking program written in haskell. Homepage: http://ianwookim.org/hoodle@@ -29,7 +29,7 @@ Build-Depends: base == 4.*, cmdargs >= 0.7, - hoodle-core == 0.15.*, + hoodle-core >= 0.15.0 && < 0.16, hoodle Library@@ -43,7 +43,7 @@ containers >= 0.4, cmdargs >= 0.7, configurator >= 0.2,- hoodle-core == 0.15.*+ hoodle-core >= 0.15.0 && < 0.16 if flag(dyre) Build-depends: dyre >= 0.8.11