hoodle 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~cmdargsdep ~containersdep ~dyre
Dependency ranges changed: cmdargs, containers, dyre, hoodle-core
Files
- hoodle.cabal +7/−7
hoodle.cabal view
@@ -1,5 +1,5 @@ Name: hoodle-Version: 0.1.0.0+Version: 0.1.0.1 Synopsis: Executable for hoodle Description: Hoodle is a pen notetaking program written in haskell. Homepage: http://ianwookim.org/hoodle@@ -23,8 +23,8 @@ ghc-prof-options: -caf-all -auto-all Build-Depends: base>4, - cmdargs >= 0.7 && < 0.11, - hoodle-core == 0.8, + cmdargs >= 0.7, + hoodle-core == 0.8.0, hoodle Library@@ -35,11 +35,11 @@ mtl == 2.*, directory == 1.*, filepath == 1.*, - containers == 0.4.*,- cmdargs >= 0.7 && < 0.11,+ containers >= 0.4,+ cmdargs >= 0.7, configurator == 0.2.*,- dyre == 0.8.*, - hoodle-core == 0.8+ dyre >= 0.8.11, + hoodle-core == 0.8.0 Exposed-Modules: Hoodle.ProgType Hoodle.Job