packages feed

hoodle 0.2.2.1 → 0.3

raw patch · 3 files changed

+17/−9 lines, 3 filesdep ~configuratordep ~directorydep ~filepath

Dependency ranges changed: configurator, directory, filepath, hoodle-core, mtl

Files

CHANGES view
@@ -96,3 +96,11 @@    * clock widget (test for asynchronous event processing)    * assign shortcut keys for color/pen tools    +0.3: 14 Jul 2014+   * asynchronous PDF rendering engine+   * anchored link (link to specific location of a document)+   * hoodlet (small hoodle snippet) +   * handwriting recognition for registering and searching for hoodlets+   * reorganized menu +   * pen cursor reflects current pen choice+   * include hoodle-extra package: idfilepathdb/networkedit
LICENSE view
@@ -1,4 +1,4 @@-Copyright (C) 2011-2013 Ian-Woo Kim+Copyright (C) 2011-2014 Ian-Woo Kim  Hoodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
hoodle.cabal view
@@ -1,5 +1,5 @@ Name:		hoodle-Version:	0.2.2.1+Version:	0.3 Synopsis:	Executable for hoodle Description: 	Hoodle is a pen notetaking program written in haskell.  Homepage:       http://ianwookim.org/hoodle@@ -8,7 +8,7 @@ Author:		Ian-Woo Kim Maintainer: 	Ian-Woo Kim <ianwookim@gmail.com> Category:       Application-Tested-with:    GHC == 7.0+Tested-with:    GHC == 7.6 Build-Type: 	Custom Cabal-Version:  >= 1.8 data-files:     CHANGES@@ -24,7 +24,7 @@   Build-Depends:                   base == 4.*,                   cmdargs >= 0.7, -                 hoodle-core == 0.13.0.0, +                 hoodle-core >= 0.14,                   hoodle   Library@@ -32,14 +32,14 @@   ghc-options: 	-Wall -funbox-strict-fields -fno-warn-unused-do-bind   ghc-prof-options: -caf-all -auto-all   Build-Depends:   base == 4.*, -                   mtl == 2.*,-                   directory == 1.*,-                   filepath == 1.*, +                   mtl >= 2,+                   directory,+                   filepath,                     containers >= 0.4,                    cmdargs >= 0.7,-                   configurator == 0.2.*,+                   configurator >= 0.2,                    dyre >= 0.8.11, -                   hoodle-core == 0.13.0.0+                   hoodle-core >= 0.14   Exposed-Modules:                     Hoodle.ProgType                    Hoodle.Job