hoodle 0.1.0 → 0.1.0.0
raw patch · 2 files changed
+12/−5 lines, 2 filesdep ~hoodle-core
Dependency ranges changed: hoodle-core
Files
- CHANGES +9/−2
- hoodle.cabal +3/−3
CHANGES view
@@ -1,4 +1,5 @@ hxournal +-------- 0.5: 12 Dec 2011 * First public release. basic pen operation, eraser operation, rectangular selection and file operations are implemented@@ -31,8 +32,14 @@ 0.6.6: 28 Feb 2012 * scripting support, zoom in/out implemented. page functions are implemented -hoodle : +hoodle +------ 0.1: 29 Nov 2012- * new hoodle format, load image, pdf export, simplify namespace to Hoodle+ * new hoodle format + * simplify namespace to Hoodle+ * inter-process clipboard support using GtkClipboard+ * Image embedding support + * pdf export support +
hoodle.cabal view
@@ -1,5 +1,5 @@ Name: hoodle-Version: 0.1.0+Version: 0.1.0.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 && < 0.11, - hoodle-core == 0.7.1.*, + hoodle-core == 0.8, hoodle Library@@ -39,7 +39,7 @@ cmdargs >= 0.7 && < 0.11, configurator == 0.2.*, dyre == 0.8.*, - hoodle-core >= 0.6.999 && < 0.8+ hoodle-core == 0.8 Exposed-Modules: Hoodle.ProgType Hoodle.Job