Remove deprecated deps

This commit is contained in:
Michael Snoyman 2014-10-01 07:09:39 +03:00
parent 6fed35f9ea
commit c91b2978be
4 changed files with 3 additions and 11 deletions

View File

@ -1,5 +1,5 @@
name: yesod-auth name: yesod-auth
version: 1.4.0 version: 1.4.0.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin author: Michael Snoyman, Patrick Brisbin
@ -37,10 +37,7 @@ library
, text >= 0.7 , text >= 0.7
, mime-mail >= 0.3 , mime-mail >= 0.3
, yesod-persistent >= 1.4 , yesod-persistent >= 1.4
, hamlet >= 1.1
, shakespeare , shakespeare
, shakespeare-css >= 1.0
, shakespeare-js >= 1.0.2
, containers , containers
, unordered-containers , unordered-containers
, yesod-form >= 1.4 && < 1.5 , yesod-form >= 1.4 && < 1.5
@ -66,7 +63,6 @@ library
, blaze-builder , blaze-builder
, conduit , conduit
, conduit-extra , conduit-extra
, attoparsec-conduit
if flag(network-uri) if flag(network-uri)
build-depends: network-uri >= 2.6 build-depends: network-uri >= 2.6

View File

@ -148,7 +148,6 @@ test-suite tests
, containers , containers
, lifted-base , lifted-base
, resourcet , resourcet
, network-conduit
, network , network
, async , async
, conduit-extra , conduit-extra

View File

@ -1,5 +1,5 @@
name: yesod-persistent name: yesod-persistent
version: 1.4.0 version: 1.4.0.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>
@ -33,7 +33,6 @@ test-suite test
other-modules: Yesod.PersistSpec other-modules: Yesod.PersistSpec
build-depends: base build-depends: base
, hspec , hspec
, wai-test
, wai-extra , wai-extra
, yesod-core , yesod-core
, persistent-sqlite , persistent-sqlite

View File

@ -1,5 +1,5 @@
name: yesod-static name: yesod-static
version: 1.4.0 version: 1.4.0.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>
@ -47,7 +47,6 @@ library
, system-filepath >= 0.4.6 && < 0.5 , system-filepath >= 0.4.6 && < 0.5
, system-fileio >= 0.3 , system-fileio >= 0.3
, data-default , data-default
, shakespeare-css >= 1.0.3
, mime-types >= 0.1 , mime-types >= 0.1
, hjsmin , hjsmin
, filepath >= 1.3 , filepath >= 1.3
@ -81,7 +80,6 @@ test-suite tests
build-depends: base build-depends: base
, hspec >= 1.3 , hspec >= 1.3
, yesod-test >= 1.4 , yesod-test >= 1.4
, wai-test
, wai-extra , wai-extra
, HUnit , HUnit