Skip to content

Commit

Permalink
version bump. hoodle-types, hoodle-parser, hoodle-builder = 0.2.2, ho…
Browse files Browse the repository at this point in the history
…odle-core = 0.13, hoodle = 0.2.2
  • Loading branch information
wavewave committed Dec 31, 2013
1 parent 90e03e1 commit bb60ea9
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion coroutine-object/coroutine-object.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Library
uuid > 1.2,
cereal > 0.3,
either >= 3.1
-- errors >= 1.3

Other-Modules:
exposed-modules:
Control.Monad.Trans.Crtn
Expand Down
4 changes: 2 additions & 2 deletions hoodle-builder/hoodle-builder.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hoodle-builder
Version: 0.2.1.999
Version: 0.2.2
Synopsis: text builder for hoodle file format
Description: This library builds text xoj format file from hoodle data structure
License: BSD3
Expand All @@ -20,7 +20,7 @@ Library
ghc-prof-options: -caf-all -auto-all
Build-Depends:
base > 4,
hoodle-types >= 0.2.1.999,
hoodle-types >= 0.2.2,
lens >= 2.5,
blaze-builder >= 0.3,
strict >= 0.3,
Expand Down
10 changes: 5 additions & 5 deletions hoodle-core/hoodle-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hoodle-core
Version: 0.12.999
Version: 0.13
Synopsis: Core library for hoodle
Description: Hoodle is a pen notetaking program written in haskell.
hoodle-core is the core library written in haskell and
Expand Down Expand Up @@ -40,10 +40,10 @@ Library
coroutine-object >= 0.2,
transformers >= 0.3,
transformers-free >= 1.0,
hoodle-types >= 0.2.1.999,
hoodle-parser >= 0.2.1.999,
hoodle-builder >= 0.2.1.999,
xournal-parser >= 0.5.0.1.999,
hoodle-types >= 0.2.2,
hoodle-parser >= 0.2.2,
hoodle-builder >= 0.2.2,
xournal-parser >= 0.5.0.2,
hoodle-render >= 0.3.2,
containers >= 0.4,
template-haskell > 2,
Expand Down
6 changes: 3 additions & 3 deletions hoodle-parser/hoodle-parser.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hoodle-parser
Version: 0.2.1.999
Version: 0.2.2
Synopsis: Hoodle file parser
Description: Text parser for hoodle xml file
Homepage: http://ianwookim.org/hoodle
Expand All @@ -26,8 +26,8 @@ Library
bytestring >= 0.9,
containers >= 0.4,
strict >= 0.3,
hoodle-types >= 0.2.1.999,
xournal-types >= 0.5.0.1.999,
hoodle-types >= 0.2.2,
xournal-types >= 0.5.0.2,
text >= 0.11,
lens >= 2.5,
either >= 3.1
Expand Down
2 changes: 1 addition & 1 deletion hoodle-types/hoodle-types.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hoodle-types
Version: 0.2.1.999
Version: 0.2.2
Synopsis: Data types for programs for hoodle file format
Description: Hoodle file format data type including generic interface
License: BSD3
Expand Down
6 changes: 3 additions & 3 deletions hoodle/hoodle.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hoodle
Version: 0.2.1.999
Version: 0.2.2
Synopsis: Executable for hoodle
Description: Hoodle is a pen notetaking program written in haskell.
Homepage: http://ianwookim.org/hoodle
Expand All @@ -24,7 +24,7 @@ Executable hoodle
Build-Depends:
base>4,
cmdargs >= 0.7,
hoodle-core >= 0.12.999,
hoodle-core >= 0.13,
hoodle

Library
Expand All @@ -39,7 +39,7 @@ Library
cmdargs >= 0.7,
configurator == 0.2.*,
dyre >= 0.8.11,
hoodle-core >= 0.12.999
hoodle-core >= 0.13
Exposed-Modules:
Hoodle.ProgType
Hoodle.Job
Expand Down
4 changes: 2 additions & 2 deletions xournal-parser/xournal-parser.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: xournal-parser
Version: 0.5.0.1.999
Version: 0.5.0.2
Synopsis: Xournal file parser
Description: Text parser for xournal xml file
Homepage: http://ianwookim.org/hoodle
Expand Down Expand Up @@ -29,7 +29,7 @@ Library
conduit > 1,
strict > 0.3,
attoparsec-conduit > 0.5,
xournal-types >= 0.5.0.1.999,
xournal-types >= 0.5.0.2,
xml-types > 0.3,
text > 0.11,
lens >= 2.5,
Expand Down
2 changes: 1 addition & 1 deletion xournal-types/xournal-types.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: xournal-types
Version: 0.5.0.1.999
Version: 0.5.0.2
Synopsis: Data types for programs for xournal file format
Description: Xournal file format data type including generic interface
License: BSD3
Expand Down

0 comments on commit bb60ea9

Please sign in to comment.