chore: remove unused haskell deps

This commit is contained in:
Gregor Kleen 2019-12-19 10:39:24 +01:00
parent 2bdc2e7577
commit 8c9e24f238
2 changed files with 27 additions and 34 deletions

View File

@ -2,40 +2,36 @@ name: uniworx
version: 10.0.0 version: 10.0.0
dependencies: dependencies:
- base >=4.9.1.0 && <5 - base
- yesod >=1.6 && <1.7 - yesod
- yesod-core >=1.6 && <1.7 - yesod-core
- yesod-auth >=1.6 && <1.7 - yesod-auth
- yesod-static >=1.6 && <1.7 - yesod-static
- yesod-form >=1.6 && <1.7 - yesod-form
- classy-prelude >=1.5 && <1.6 - classy-prelude
- classy-prelude-conduit >=1.5 && <1.6 - classy-prelude-yesod
- classy-prelude-yesod >=1.5 && <1.6 - bytestring
- bytestring >=0.10 && <0.11 - text
- text >=0.11 && <2.0 - persistent
- persistent >=2.9 && <2.10 - persistent-postgresql
- persistent-postgresql >=2.9 && <2.10 - persistent-template
- persistent-template >=2.5 && <2.9 - persistent-qq
- persistent-qq >=2.9 && <2.10
- template-haskell - template-haskell
- shakespeare >=2.0 && <2.1 - shakespeare
- hjsmin >=0.1 && <0.3 - monad-control
- monad-control >=0.3 && <1.1 - wai-extra
- wai-extra >=3.0 && <3.1 - yaml
- yaml >=0.11 && <0.12 - http-conduit
- http-conduit >=2.3 && <2.4 - directory
- directory >=1.1 && <1.4 - warp
- warp >=3.0 && <3.3
- data-default - data-default
- aeson >=1.4 && <1.5 - aeson
- conduit >=1.0 && <2.0 - conduit
- conduit-combinators - monad-logger
- monad-logger >=0.3 && <0.4 - fast-logger
- fast-logger >=2.2 && <2.5 - wai-logger
- wai-logger >=2.2 && <2.4
- foreign-store - foreign-store
- file-embed - file-embed
- safe
- unordered-containers - unordered-containers
- containers - containers
- vector - vector
@ -67,7 +63,6 @@ dependencies:
- binary - binary
- cereal - cereal
- mtl - mtl
- sandi
- esqueleto >=3.1.0 - esqueleto >=3.1.0
- mime-types - mime-types
- generic-deriving - generic-deriving
@ -78,8 +73,6 @@ dependencies:
- uuid - uuid
- exceptions - exceptions
- stm - stm
- stm-chans
- stm-conduit
- lens - lens
- MonadRandom - MonadRandom
- email-validate - email-validate

View File

@ -19,7 +19,7 @@ let
''; '';
override = oldAttrs: { override = oldAttrs: {
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ (with pkgs; [ nodejs-12_x postgresql openldap google-chrome ]) ++ (with haskellPackages; [ stack yesod-bin hlint cabal-install ]); nativeBuildInputs = oldAttrs.nativeBuildInputs ++ (with pkgs; [ nodejs-12_x postgresql openldap google-chrome ]) ++ (with haskellPackages; [ stack yesod-bin hlint cabal-install weeder ]);
shellHook = '' shellHook = ''
export PROMPT_INFO="${oldAttrs.name}" export PROMPT_INFO="${oldAttrs.name}"