hoodle 0.2.2 → 0.2.2.0
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~hoodle-core
Dependency ranges changed: hoodle-core
Files
- CHANGES +1/−1
- hoodle.cabal +3/−3
CHANGES view
@@ -94,5 +94,5 @@ * when resizing selection, keep aspect ratio by default. but if using handle in the middle of side, or with right pen click, arbtrary resizing is still possible * resizing image and pdf background if it's too big. (100k/10MB) * clock widget (test for asynchronous event processing)- + * assign shortcut keys for color/pen tools
hoodle.cabal view
@@ -1,5 +1,5 @@ Name: hoodle-Version: 0.2.2+Version: 0.2.2.0 Synopsis: Executable for hoodle Description: Hoodle is a pen notetaking program written in haskell. Homepage: http://ianwookim.org/hoodle@@ -24,7 +24,7 @@ Build-Depends: base == 4.*, cmdargs >= 0.7, - hoodle-core >= 0.13, + hoodle-core == 0.13.0, hoodle Library@@ -39,7 +39,7 @@ cmdargs >= 0.7, configurator == 0.2.*, dyre >= 0.8.11, - hoodle-core >= 0.13+ hoodle-core == 0.13.0 Exposed-Modules: Hoodle.ProgType Hoodle.Job