Remove deprecated deps
This commit is contained in:
parent
6fed35f9ea
commit
c91b2978be
@ -1,5 +1,5 @@
|
||||
name: yesod-auth
|
||||
version: 1.4.0
|
||||
version: 1.4.0.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman, Patrick Brisbin
|
||||
@ -37,10 +37,7 @@ library
|
||||
, text >= 0.7
|
||||
, mime-mail >= 0.3
|
||||
, yesod-persistent >= 1.4
|
||||
, hamlet >= 1.1
|
||||
, shakespeare
|
||||
, shakespeare-css >= 1.0
|
||||
, shakespeare-js >= 1.0.2
|
||||
, containers
|
||||
, unordered-containers
|
||||
, yesod-form >= 1.4 && < 1.5
|
||||
@ -66,7 +63,6 @@ library
|
||||
, blaze-builder
|
||||
, conduit
|
||||
, conduit-extra
|
||||
, attoparsec-conduit
|
||||
|
||||
if flag(network-uri)
|
||||
build-depends: network-uri >= 2.6
|
||||
|
||||
@ -148,7 +148,6 @@ test-suite tests
|
||||
, containers
|
||||
, lifted-base
|
||||
, resourcet
|
||||
, network-conduit
|
||||
, network
|
||||
, async
|
||||
, conduit-extra
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-persistent
|
||||
version: 1.4.0
|
||||
version: 1.4.0.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -33,7 +33,6 @@ test-suite test
|
||||
other-modules: Yesod.PersistSpec
|
||||
build-depends: base
|
||||
, hspec
|
||||
, wai-test
|
||||
, wai-extra
|
||||
, yesod-core
|
||||
, persistent-sqlite
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-static
|
||||
version: 1.4.0
|
||||
version: 1.4.0.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -47,7 +47,6 @@ library
|
||||
, system-filepath >= 0.4.6 && < 0.5
|
||||
, system-fileio >= 0.3
|
||||
, data-default
|
||||
, shakespeare-css >= 1.0.3
|
||||
, mime-types >= 0.1
|
||||
, hjsmin
|
||||
, filepath >= 1.3
|
||||
@ -81,7 +80,6 @@ test-suite tests
|
||||
build-depends: base
|
||||
, hspec >= 1.3
|
||||
, yesod-test >= 1.4
|
||||
, wai-test
|
||||
, wai-extra
|
||||
, HUnit
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user