packages feed

hoodle 0.1 → 0.1.0

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~hoodle-core

Dependency ranges changed: hoodle-core

Files

CHANGES view
@@ -1,3 +1,5 @@+hxournal + 0.5: 12 Dec 2011    * First public release. basic pen operation, eraser operation, rectangular selection and file operations are implemented @@ -29,5 +31,8 @@ 0.6.6: 28 Feb 2012     * scripting support, zoom in/out implemented. page functions are implemented -0.6.7: ?+hoodle : ++0.1: 29 Nov 2012+   * new hoodle format, load image, pdf export, simplify namespace to Hoodle 
hoodle.cabal view
@@ -1,5 +1,5 @@ Name:		hoodle-Version:	0.1+Version:	0.1.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.6.999 && < 0.8, +                 hoodle-core == 0.7.1.*,                   hoodle   Library