Skip to content

Commit

Permalink
bump apiary version in submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
winterland1989 committed Mar 28, 2016
1 parent 20cbe7d commit 2b3e73a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apiary-authenticate/apiary-authenticate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library
exposed-modules: Web.Apiary.Authenticate
other-modules: Web.Apiary.Authenticate.Internal
build-depends: base >=4.6 && <4.9
, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, apiary-session >=1.4 && <1.5
, authenticate >=1.3.2.10 && <1.4
, wai >=3.0 && <3.3
Expand Down
2 changes: 1 addition & 1 deletion apiary-clientsession/apiary-clientsession.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cabal-version: >=1.10
library
exposed-modules: Web.Apiary.Session.ClientSession
build-depends: base >=4.6 && <4.9
, apiary >=1.2 && <1.5
, apiary >=1.2 && <3.0
, apiary-cookie >=1.2 && <1.5
, apiary-session >=1.2 && <1.5

Expand Down
2 changes: 1 addition & 1 deletion apiary-cookie/apiary-cookie.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cabal-version: >=1.10
library
exposed-modules: Web.Apiary.Cookie
build-depends: base >=4.6 && <4.9
, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, wai >=3.0 && <3.3

, bytestring >=0.10 && <0.11
Expand Down
2 changes: 1 addition & 1 deletion apiary-eventsource/apiary-eventsource.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cabal-version: >=1.10
library
exposed-modules: Web.Apiary.EventSource
build-depends: base >=4.6 && <4.9
, apiary >=1.1 && <1.5
, apiary >=1.1 && <3.0
, blaze-builder >=0.3 && <0.5
, wai-extra >=3.0 && <3.1
hs-source-dirs: src
Expand Down
2 changes: 1 addition & 1 deletion apiary-helics/apiary-helics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library
exposed-modules: Web.Apiary.Helics
other-modules:
build-depends: base >=4.6 && <4.9
, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, helics >=0.5 && <0.6
, helics-wai >=0.5 && <0.6
, vault >=0.3 && <0.4
Expand Down
2 changes: 1 addition & 1 deletion apiary-logger/apiary-logger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cabal-version: >=1.10
library
exposed-modules: Web.Apiary.Logger
build-depends: base >=4.6 && <4.9
, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, fast-logger >=2.1 && <2.5
, monad-logger >=0.3 && <0.4
, data-default-class >=0.0 && <0.1
Expand Down
2 changes: 1 addition & 1 deletion apiary-memcached/apiary-memcached.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library
exposed-modules: Web.Apiary.Memcached
other-modules:
build-depends: base >=4.6 && <4.9
, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, memcached-binary >=0.1 && <0.3
, data-default-class >=0.0 && <0.1
, bytestring >=0.10 && <0.11
Expand Down
2 changes: 1 addition & 1 deletion apiary-mongoDB/apiary-mongoDB.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library
exposed-modules: Web.Apiary.MongoDB
other-modules:
build-depends: base >=4.6 && <4.9
, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, mongoDB >=2.0 && <2.1
, resource-pool >=0.2 && <0.3
, data-default-class >=0.0 && <0.1
Expand Down
2 changes: 1 addition & 1 deletion apiary-persistent/apiary-persistent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library
build-depends: base >=4.6 && <4.9
, persistent >=2.1 && <2.3

, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, apiary-logger >=1.4 && <1.5

, resourcet >=1.1 && <1.2
Expand Down
2 changes: 1 addition & 1 deletion apiary-purescript/apiary-purescript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library
exposed-modules: Web.Apiary.PureScript
other-modules: Web.Apiary.PureScript.Internal
build-depends: base >=4.6 && <4.9
, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, purescript >=0.6.8 && <0.7
, transformers >=0.3 && <0.5

Expand Down
2 changes: 1 addition & 1 deletion apiary-session/apiary-session.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library
Web.Apiary.Session.Internal
other-modules:
build-depends: base >=4.6 && <4.9
, apiary >=1.4 && <1.5
, apiary >=1.4 && <3.0
, wai >=3.0 && <3.3
, web-routing
, types-compat
Expand Down
2 changes: 1 addition & 1 deletion apiary-websockets/apiary-websockets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library
exposed-modules: Web.Apiary.WebSockets
other-modules:
build-depends: base >=4.6 && <4.9
, apiary >=1.1 && <1.5
, apiary >=1.1 && <3.0
, wai-websockets >=2.1 && <3.1
, websockets >=0.8 && <0.10
, web-routing
Expand Down

0 comments on commit 2b3e73a

Please sign in to comment.