Skip to content

Commit

Permalink
Version bump (0.1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed May 2, 2011
1 parent 3bd2af9 commit 671f7f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions digestive-functors-blaze/digestive-functors-blaze.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: digestive-functors-blaze Name: digestive-functors-blaze
Version: 0.0.2.0 Version: 0.1.0.0
Synopsis: Blaze frontend for the digestive-functors library Synopsis: Blaze frontend for the digestive-functors library
Description: This is a blaze frontend for the digestive-functors library. Description: This is a blaze frontend for the digestive-functors library.


Expand All @@ -17,5 +17,5 @@ Library
Hs-source-dirs: src Hs-source-dirs: src
Exposed-modules: Text.Digestive.Blaze.Html5 Exposed-modules: Text.Digestive.Blaze.Html5
Build-depends: base >= 4 && < 5, Build-depends: base >= 4 && < 5,
digestive-functors == 0.0.2.*, digestive-functors == 0.1.0.*,
blaze-html >= 0.3 && < 0.6 blaze-html >= 0.3 && < 0.6
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: digestive-functors-happstack Name: digestive-functors-happstack
Version: 0.0.2.1 Version: 0.1.0.0
Synopsis: Happstack backend for the digestive-functors library Synopsis: Happstack backend for the digestive-functors library
Description: This is a happstack backend for the digestive-functors Description: This is a happstack backend for the digestive-functors
library. library.
Expand All @@ -18,7 +18,7 @@ Library
Hs-source-dirs: src Hs-source-dirs: src
Exposed-modules: Text.Digestive.Forms.Happstack Exposed-modules: Text.Digestive.Forms.Happstack
Build-depends: base >= 4 && < 5, Build-depends: base >= 4 && < 5,
digestive-functors == 0.0.2.*, digestive-functors == 0.1.0.*,
happstack-server >= 6.0 && < 6.1, happstack-server >= 6.0 && < 6.1,
utf8-string >= 0.3, utf8-string >= 0.3,
bytestring >= 0.9, bytestring >= 0.9,
Expand Down
4 changes: 2 additions & 2 deletions digestive-functors-snap/digestive-functors-snap.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: digestive-functors-snap Name: digestive-functors-snap
Version: 0.0.2.1 Version: 0.1.0.0
Synopsis: Snap backend for the digestive-functors library Synopsis: Snap backend for the digestive-functors library
Description: This is a snap backend for the digestive-functors library. Description: This is a snap backend for the digestive-functors library.


Expand All @@ -17,7 +17,7 @@ Library
Hs-source-dirs: src Hs-source-dirs: src
Exposed-modules: Text.Digestive.Forms.Snap Exposed-modules: Text.Digestive.Forms.Snap
Build-depends: base >= 4 && < 5, Build-depends: base >= 4 && < 5,
digestive-functors == 0.0.2.*, digestive-functors == 0.1.0.*,
snap-core >= 0.3, snap-core >= 0.3,
bytestring >= 0.9, bytestring >= 0.9,
utf8-string >= 0.3 utf8-string >= 0.3
2 changes: 1 addition & 1 deletion digestive-functors/digestive-functors.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: digestive-functors Name: digestive-functors
Version: 0.0.2.1 Version: 0.1.0.0
Synopsis: A general way to consume input using applicative functors Synopsis: A general way to consume input using applicative functors
Description: Digestive functors is a library to generate and process Description: Digestive functors is a library to generate and process
HTML forms. You can find an introduction here: HTML forms. You can find an introduction here:
Expand Down

0 comments on commit 671f7f3

Please sign in to comment.