Skip to content

Commit

Permalink
Bump all the things (0.6.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 23, 2013
1 parent 0d0c79b commit 747259b
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 48 deletions.
4 changes: 2 additions & 2 deletions digestive-functors-blaze/digestive-functors-blaze.cabal
@@ -1,5 +1,5 @@
Name: digestive-functors-blaze Name: digestive-functors-blaze
Version: 0.5.0.0 Version: 0.6.0.0
Synopsis: Blaze frontend for the digestive-functors library Synopsis: Blaze frontend for the digestive-functors library
Description: Blaze frontend for the digestive-functors library Description: Blaze frontend for the digestive-functors library
Homepage: http://github.com/jaspervdj/digestive-functors Homepage: http://github.com/jaspervdj/digestive-functors
Expand All @@ -20,5 +20,5 @@ Library
base >= 4 && < 5, base >= 4 && < 5,
blaze-html >= 0.5 && < 0.6, blaze-html >= 0.5 && < 0.6,
blaze-markup >= 0.5 && < 0.6, blaze-markup >= 0.5 && < 0.6,
digestive-functors >= 0.5 && < 0.6, digestive-functors >= 0.6 && < 0.7,
text >= 0.11 && < 0.12 text >= 0.11 && < 0.12
@@ -1,5 +1,5 @@
Name: digestive-functors-happstack Name: digestive-functors-happstack
Version: 0.5.0.1 Version: 0.6.0.0
Synopsis: Happstack backend for the digestive-functors library Synopsis: Happstack backend for the digestive-functors library
Description: Happstack backend for the digestive-functors library Description: Happstack backend for the digestive-functors library
Homepage: http://github.com/jaspervdj/digestive-functors Homepage: http://github.com/jaspervdj/digestive-functors
Expand All @@ -20,6 +20,6 @@ Library
Build-depends: Build-depends:
base >= 4 && < 5, base >= 4 && < 5,
bytestring >= 0.9 && < 0.11, bytestring >= 0.9 && < 0.11,
digestive-functors >= 0.5 && < 0.6, digestive-functors >= 0.6 && < 0.7,
happstack-server >= 6.0 && < 7.1, happstack-server >= 6.0 && < 7.2,
text >= 0.11 && < 1.0 text >= 0.11 && < 1.0
4 changes: 2 additions & 2 deletions digestive-functors-heist/digestive-functors-heist.cabal
@@ -1,5 +1,5 @@
Name: digestive-functors-heist Name: digestive-functors-heist
Version: 0.5.2.0 Version: 0.6.0.0
Synopsis: Heist frontend for the digestive-functors library Synopsis: Heist frontend for the digestive-functors library
Description: Heist frontend for the digestive-functors library Description: Heist frontend for the digestive-functors library
Homepage: http://github.com/jaspervdj/digestive-functors Homepage: http://github.com/jaspervdj/digestive-functors
Expand All @@ -18,7 +18,7 @@ Library


Build-depends: Build-depends:
base >= 4 && < 5, base >= 4 && < 5,
digestive-functors >= 0.5 && < 0.6, digestive-functors >= 0.6 && < 0.7,
heist >= 0.10.2 && < 0.11, heist >= 0.10.2 && < 0.11,
mtl >= 2, mtl >= 2,
text >= 0.11 && < 0.12, text >= 0.11 && < 0.12,
Expand Down
4 changes: 2 additions & 2 deletions digestive-functors-snap/digestive-functors-snap.cabal
@@ -1,5 +1,5 @@
Name: digestive-functors-snap Name: digestive-functors-snap
Version: 0.5.0.2 Version: 0.6.0.0
Synopsis: Snap backend for the digestive-functors library Synopsis: Snap backend for the digestive-functors library
Description: Snap backend for the digestive-functors library Description: Snap backend for the digestive-functors library
Homepage: http://github.com/jaspervdj/digestive-functors Homepage: http://github.com/jaspervdj/digestive-functors
Expand All @@ -19,7 +19,7 @@ Library
Build-depends: Build-depends:
base >= 4 && < 5, base >= 4 && < 5,
containers >= 0.3 && < 0.6, containers >= 0.3 && < 0.6,
digestive-functors >= 0.5 && < 0.6, digestive-functors >= 0.6 && < 0.7,
snap-core >= 0.7 && < 0.10, snap-core >= 0.7 && < 0.10,
text >= 0.11 && < 0.12, text >= 0.11 && < 0.12,
directory >= 1.0 && < 1.4, directory >= 1.0 && < 1.4,
Expand Down
11 changes: 4 additions & 7 deletions digestive-functors/digestive-functors.cabal
@@ -1,5 +1,5 @@
Name: digestive-functors Name: digestive-functors
Version: 0.5.0.4 Version: 0.6.0.0
Synopsis: A practical formlet library Synopsis: A practical formlet library


Description: Description:
Expand Down Expand Up @@ -55,10 +55,7 @@ Library
Text.Digestive.Util Text.Digestive.Util
Text.Digestive.View Text.Digestive.View
Text.Digestive.Form.Internal Text.Digestive.Form.Internal

Text.Digestive.Form.Internal.Field
Other-modules:
-- TODO make this exposed in some way
Text.Digestive.Field


Build-depends: Build-depends:
base >= 4 && < 5, base >= 4 && < 5,
Expand All @@ -75,8 +72,8 @@ Test-suite digestive-functors-tests


Build-depends: Build-depends:
HUnit >= 1.2 && < 1.3, HUnit >= 1.2 && < 1.3,
test-framework >= 0.4 && < 0.7, test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.3, test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies: -- Copied from regular dependencies:
base >= 4 && < 5, base >= 4 && < 5,
bytestring >= 0.9 && < 0.11, bytestring >= 0.9 && < 0.11,
Expand Down
12 changes: 6 additions & 6 deletions digestive-functors/src/Text/Digestive/Form.hs
Expand Up @@ -44,16 +44,16 @@ module Text.Digestive.Form




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Control.Monad (liftM) import Control.Monad (liftM)
import Data.List (findIndex) import Data.List (findIndex)
import Data.Maybe (fromMaybe) import Data.Maybe (fromMaybe)
import Data.Text (Text) import Data.Text (Text)
import qualified Data.Text as T import qualified Data.Text as T




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Text.Digestive.Field
import Text.Digestive.Form.Internal import Text.Digestive.Form.Internal
import Text.Digestive.Form.Internal.Field
import Text.Digestive.Form.List import Text.Digestive.Form.List
import Text.Digestive.Ref import Text.Digestive.Ref
import Text.Digestive.Types import Text.Digestive.Types
Expand Down
10 changes: 5 additions & 5 deletions digestive-functors/src/Text/Digestive/Form/Encoding.hs
Expand Up @@ -8,15 +8,15 @@ module Text.Digestive.Form.Encoding




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Control.Monad (liftM) import Control.Monad (liftM)
import Control.Monad.Identity (Identity) import Control.Monad.Identity (Identity)
import Data.Maybe (mapMaybe) import Data.Maybe (mapMaybe)
import Data.Monoid (Monoid(..), mconcat) import Data.Monoid (Monoid (..), mconcat)




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Text.Digestive.Field
import Text.Digestive.Form.Internal import Text.Digestive.Form.Internal
import Text.Digestive.Form.Internal.Field




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Expand Down
19 changes: 10 additions & 9 deletions digestive-functors/src/Text/Digestive/Form/Internal.hs
Expand Up @@ -30,21 +30,22 @@ module Text.Digestive.Form.Internal




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Control.Applicative (Applicative (..)) import Control.Applicative (Applicative (..))
import Control.Monad (liftM, liftM2, mapAndUnzipM, (>=>)) import Control.Monad (liftM, liftM2,
import Control.Monad.Identity (Identity (..)) mapAndUnzipM, (>=>))
import Data.Monoid (Monoid) import Control.Monad.Identity (Identity (..))
import Data.Traversable (mapM, sequenceA) import Data.Monoid (Monoid)
import Prelude hiding (mapM) import Data.Traversable (mapM, sequenceA)
import Prelude hiding (mapM)




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Data.Text (Text) import Data.Text (Text)
import qualified Data.Text as T import qualified Data.Text as T




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Text.Digestive.Field import Text.Digestive.Form.Internal.Field
import Text.Digestive.Form.List import Text.Digestive.Form.List
import Text.Digestive.Types import Text.Digestive.Types


Expand Down
Expand Up @@ -3,7 +3,7 @@
{-# LANGUAGE ExistentialQuantification #-} {-# LANGUAGE ExistentialQuantification #-}
{-# LANGUAGE GADTs #-} {-# LANGUAGE GADTs #-}
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
module Text.Digestive.Field module Text.Digestive.Form.Internal.Field
( Field (..) ( Field (..)
, SomeField (..) , SomeField (..)
, evalField , evalField
Expand Down
14 changes: 7 additions & 7 deletions digestive-functors/src/Text/Digestive/View.hs
Expand Up @@ -25,7 +25,7 @@ module Text.Digestive.View
-- ** Input -- ** Input
, fieldInputText , fieldInputText
, fieldInputChoice , fieldInputChoice
, fieldInputChoiceGroup , fieldInputChoiceGroup
, fieldInputBool , fieldInputBool
, fieldInputFile , fieldInputFile


Expand All @@ -43,17 +43,17 @@ module Text.Digestive.View




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Control.Arrow (second) import Control.Arrow (second)
import Control.Monad.Identity (Identity) import Control.Monad.Identity (Identity)
import Data.List (isPrefixOf) import Data.List (isPrefixOf)
import Data.Text (Text) import Data.Text (Text)
import qualified Data.Text as T import qualified Data.Text as T




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Text.Digestive.Field
import Text.Digestive.Form.Encoding import Text.Digestive.Form.Encoding
import Text.Digestive.Form.Internal import Text.Digestive.Form.Internal
import Text.Digestive.Form.Internal.Field
import Text.Digestive.Form.List import Text.Digestive.Form.List
import Text.Digestive.Types import Text.Digestive.Types


Expand Down
8 changes: 4 additions & 4 deletions digestive-functors/tests/Text/Digestive/Field/Tests.hs
Expand Up @@ -6,13 +6,13 @@ module Text.Digestive.Field.Tests




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Test.Framework (Test, testGroup) import Test.Framework (Test, testGroup)
import Test.Framework.Providers.HUnit (testCase) import Test.Framework.Providers.HUnit (testCase)
import Test.HUnit ((@=?)) import Test.HUnit ((@=?))




-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
import Text.Digestive.Field import Text.Digestive.Form.Internal.Field
import Text.Digestive.Types import Text.Digestive.Types




Expand Down

0 comments on commit 747259b

Please sign in to comment.