Remove deprecated packages
This commit is contained in:
parent
f779004d19
commit
598e570913
@ -51,11 +51,7 @@ executable yesod
|
|||||||
, ghc-paths >= 0.1
|
, ghc-paths >= 0.1
|
||||||
, parsec >= 2.1 && < 4
|
, parsec >= 2.1 && < 4
|
||||||
, text >= 0.11
|
, text >= 0.11
|
||||||
, shakespeare
|
, shakespeare >= 2.0
|
||||||
, shakespeare-text >= 1.0
|
|
||||||
, shakespeare >= 1.0.2 && < 2.1
|
|
||||||
, shakespeare-js >= 1.0.2
|
|
||||||
, shakespeare-css >= 1.0.2
|
|
||||||
, bytestring >= 0.9.1.4
|
, bytestring >= 0.9.1.4
|
||||||
, time >= 1.1.4
|
, time >= 1.1.4
|
||||||
, template-haskell
|
, template-haskell
|
||||||
@ -78,7 +74,7 @@ executable yesod
|
|||||||
, fsnotify >= 0.0 && < 0.2
|
, fsnotify >= 0.0 && < 0.2
|
||||||
, split >= 0.2 && < 0.3
|
, split >= 0.2 && < 0.3
|
||||||
, file-embed
|
, file-embed
|
||||||
, conduit >= 0.5 && < 1.3
|
, conduit >= 1.2
|
||||||
, conduit-extra
|
, conduit-extra
|
||||||
, resourcet >= 0.3 && < 1.2
|
, resourcet >= 0.3 && < 1.2
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
@ -86,7 +82,6 @@ executable yesod
|
|||||||
, http-reverse-proxy >= 0.1.1
|
, http-reverse-proxy >= 0.1.1
|
||||||
, network
|
, network
|
||||||
, http-conduit
|
, http-conduit
|
||||||
, network-conduit
|
|
||||||
, project-template >= 0.1.1
|
, project-template >= 0.1.1
|
||||||
, transformers
|
, transformers
|
||||||
, warp >= 1.3.7.5
|
, warp >= 1.3.7.5
|
||||||
|
|||||||
@ -25,17 +25,13 @@ extra-source-files:
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4.3 && < 5
|
build-depends: base >= 4.3 && < 5
|
||||||
, time >= 1.1.4
|
, time >= 1.1.4
|
||||||
, wai >= 1.4
|
, wai >= 3.0
|
||||||
, wai-extra >= 1.3
|
, wai-extra >= 3.0
|
||||||
, bytestring >= 0.9.1.4
|
, bytestring >= 0.9.1.4
|
||||||
, text >= 0.7
|
, text >= 0.7
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, path-pieces >= 0.1.2 && < 0.2
|
, path-pieces >= 0.1.2 && < 0.2
|
||||||
, hamlet >= 1.1
|
, shakespeare >= 2.0
|
||||||
, shakespeare >= 1.0 && < 2.1
|
|
||||||
, shakespeare-js >= 1.0.2
|
|
||||||
, shakespeare-css >= 1.0
|
|
||||||
, shakespeare-i18n >= 1.0
|
|
||||||
, blaze-builder >= 0.2.1.4 && < 0.4
|
, blaze-builder >= 0.2.1.4 && < 0.4
|
||||||
, transformers >= 0.2.2
|
, transformers >= 0.2.2
|
||||||
, mtl
|
, mtl
|
||||||
@ -56,10 +52,9 @@ library
|
|||||||
, fast-logger >= 0.2
|
, fast-logger >= 0.2
|
||||||
, wai-logger >= 0.2
|
, wai-logger >= 0.2
|
||||||
, monad-logger >= 0.3.1 && < 0.4
|
, monad-logger >= 0.3.1 && < 0.4
|
||||||
, conduit >= 1.0.11
|
, conduit >= 1.2
|
||||||
, resourcet >= 0.4.9 && < 1.2
|
, resourcet >= 0.4.9 && < 1.2
|
||||||
, lifted-base >= 0.1.2
|
, lifted-base >= 0.1.2
|
||||||
, attoparsec-conduit
|
|
||||||
, blaze-html >= 0.5
|
, blaze-html >= 0.5
|
||||||
, blaze-markup >= 0.5.1
|
, blaze-markup >= 0.5.1
|
||||||
, data-default
|
, data-default
|
||||||
@ -135,13 +130,9 @@ test-suite tests
|
|||||||
cpp-options: -DTEST
|
cpp-options: -DTEST
|
||||||
build-depends: base
|
build-depends: base
|
||||||
,hspec >= 1.3
|
,hspec >= 1.3
|
||||||
,wai-test >= 1.3.0.5
|
|
||||||
,wai >= 3.0
|
,wai >= 3.0
|
||||||
,yesod-core
|
,yesod-core
|
||||||
,bytestring
|
,bytestring
|
||||||
,hamlet
|
|
||||||
,shakespeare-css
|
|
||||||
,shakespeare-js
|
|
||||||
,text
|
,text
|
||||||
,http-types
|
,http-types
|
||||||
, random
|
, random
|
||||||
@ -170,7 +161,6 @@ benchmark widgets
|
|||||||
, criterion
|
, criterion
|
||||||
, bytestring
|
, bytestring
|
||||||
, text
|
, text
|
||||||
, hamlet
|
|
||||||
, transformers
|
, transformers
|
||||||
, yesod-core
|
, yesod-core
|
||||||
, blaze-html
|
, blaze-html
|
||||||
|
|||||||
@ -21,10 +21,7 @@ library
|
|||||||
, yesod-core >= 1.2 && < 1.3
|
, yesod-core >= 1.2 && < 1.3
|
||||||
, yesod-persistent >= 1.2 && < 1.3
|
, yesod-persistent >= 1.2 && < 1.3
|
||||||
, time >= 1.1.4
|
, time >= 1.1.4
|
||||||
, hamlet >= 1.1.8
|
, shakespeare >= 2.0
|
||||||
, shakespeare
|
|
||||||
, shakespeare-css >= 1.0
|
|
||||||
, shakespeare-js >= 1.0.2
|
|
||||||
, persistent
|
, persistent
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, transformers >= 0.2.2
|
, transformers >= 0.2.2
|
||||||
|
|||||||
@ -16,8 +16,7 @@ library
|
|||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod-core >= 1.2 && < 1.3
|
, yesod-core >= 1.2 && < 1.3
|
||||||
, time >= 1.1.4
|
, time >= 1.1.4
|
||||||
, hamlet >= 1.1
|
, shakespeare >= 2.0
|
||||||
, shakespeare
|
|
||||||
, bytestring >= 0.9.1.4
|
, bytestring >= 0.9.1.4
|
||||||
, text >= 0.9
|
, text >= 0.9
|
||||||
, xml-conduit >= 1.0
|
, xml-conduit >= 1.0
|
||||||
|
|||||||
@ -18,8 +18,7 @@ library
|
|||||||
, attoparsec >= 0.10
|
, attoparsec >= 0.10
|
||||||
, persistent >= 1.0
|
, persistent >= 1.0
|
||||||
, transformers >= 0.2.2
|
, transformers >= 0.2.2
|
||||||
, wai >= 1.3
|
, wai >= 3.0
|
||||||
, wai-test >= 1.3
|
|
||||||
, wai-extra
|
, wai-extra
|
||||||
, network >= 2.2
|
, network >= 2.2
|
||||||
, http-types >= 0.7
|
, http-types >= 0.7
|
||||||
|
|||||||
@ -30,16 +30,12 @@ library
|
|||||||
, transformers >= 0.2.2
|
, transformers >= 0.2.2
|
||||||
, wai >= 1.3
|
, wai >= 1.3
|
||||||
, wai-extra >= 1.3
|
, wai-extra >= 1.3
|
||||||
, hamlet >= 1.1
|
|
||||||
, shakespeare-js >= 1.0.2
|
|
||||||
, shakespeare-css >= 1.0
|
|
||||||
, warp >= 1.3
|
, warp >= 1.3
|
||||||
, blaze-html >= 0.5
|
, blaze-html >= 0.5
|
||||||
, blaze-markup >= 0.5.1
|
, blaze-markup >= 0.5.1
|
||||||
, aeson
|
, aeson
|
||||||
, safe
|
, safe
|
||||||
, data-default
|
, data-default
|
||||||
, network-conduit
|
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
, yaml
|
, yaml
|
||||||
, text
|
, text
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user