mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 17:14:52 +09:00
Rely on stack for dep versions and upgrade to LTS 5.5
This commit is contained in:
parent
78213db2fc
commit
df55bf23c9
2 changed files with 27 additions and 29 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# Specifies the GHC version and set of packages available (e.g., lts-3.5,
|
# Specifies the GHC version and set of packages available (e.g., lts-3.5,
|
||||||
# nightly-2015-09-21, ghc-7.10.2)
|
# nightly-2015-09-21, ghc-7.10.2)
|
||||||
resolver: lts-5.1
|
resolver: lts-5.5
|
||||||
|
|
||||||
# Local packages, usually specified by relative directory name
|
# Local packages, usually specified by relative directory name
|
||||||
packages:
|
packages:
|
||||||
|
|
54
vervis.cabal
54
vervis.cabal
|
@ -90,56 +90,54 @@ library
|
||||||
-- , hourglass
|
-- , hourglass
|
||||||
-- , time-units
|
-- , time-units
|
||||||
-- , unordered-containers >=0.2.5
|
-- , unordered-containers >=0.2.5
|
||||||
build-depends: aeson >= 0.6 && < 0.11
|
build-depends: aeson
|
||||||
, base >= 4 && < 5
|
, base
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring
|
||||||
, case-insensitive
|
, case-insensitive
|
||||||
, classy-prelude >= 0.10.2
|
, classy-prelude
|
||||||
, classy-prelude-conduit >= 0.10.2
|
, classy-prelude-conduit
|
||||||
--, classy-prelude-yesod >= 0.10.2
|
, conduit
|
||||||
, conduit >= 1.0 && < 2.0
|
|
||||||
, containers
|
, containers
|
||||||
, data-default
|
, data-default
|
||||||
, directory >= 1.1 && < 1.3
|
, directory
|
||||||
, dlist
|
, dlist
|
||||||
, esqueleto
|
, esqueleto
|
||||||
, fast-logger >= 2.2 && < 2.5
|
, fast-logger
|
||||||
, fgl
|
, fgl
|
||||||
, file-embed
|
, file-embed
|
||||||
, filepath
|
, filepath
|
||||||
, hashable
|
, hashable
|
||||||
, hit
|
, hit
|
||||||
, hjsmin >= 0.1 && < 0.2
|
, hjsmin
|
||||||
, hourglass
|
, hourglass
|
||||||
, http-conduit >= 2.1 && < 2.2
|
, http-conduit
|
||||||
, http-types
|
, http-types
|
||||||
, monad-control >= 0.3 && < 1.1
|
, monad-control
|
||||||
, monad-logger >= 0.3 && < 0.4
|
, monad-logger
|
||||||
, persistent >= 2.0 && < 2.3
|
, persistent
|
||||||
, persistent-postgresql >= 2.1.1 && < 2.3
|
, persistent-postgresql
|
||||||
, persistent-template >= 2.0 && < 2.3
|
, persistent-template
|
||||||
, safe
|
, safe
|
||||||
, shakespeare >= 2.0 && < 2.1
|
, shakespeare
|
||||||
, ssh
|
, ssh
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, text >= 0.11 && < 2.0
|
, text
|
||||||
, time
|
, time
|
||||||
, transformers
|
, transformers
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
--, vector
|
|
||||||
, wai
|
, wai
|
||||||
, wai-extra >= 3.0 && < 3.1
|
, wai-extra
|
||||||
, wai-logger >= 2.2 && < 2.3
|
, wai-logger
|
||||||
, warp >= 3.0 && < 3.3
|
, warp
|
||||||
, yaml >= 0.8 && < 0.9
|
, yaml
|
||||||
, yesod >= 1.4.1 && < 1.5
|
, yesod
|
||||||
, yesod-auth >= 1.4.0 && < 1.5
|
, yesod-auth
|
||||||
, yesod-auth-hashdb
|
, yesod-auth-hashdb
|
||||||
, yesod-core >= 1.4.17 && < 1.5
|
, yesod-core
|
||||||
, yesod-form >= 1.4.0 && < 1.5
|
, yesod-form
|
||||||
, yesod-static >= 1.4.0.3 && < 1.6
|
, yesod-static
|
||||||
, yesod-persistent
|
, yesod-persistent
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
Loading…
Reference in a new issue