Bump to 16.5 LTS and drop unused servant packages
This commit is contained in:
parent
e039f32bc5
commit
d69d5eea05
3 changed files with 5 additions and 7 deletions
|
@ -22,8 +22,6 @@ dependencies:
|
|||
- base >= 4.7 && < 5
|
||||
- free
|
||||
- postgresql-simple
|
||||
- servant
|
||||
- servant-server
|
||||
- text
|
||||
|
||||
ghc-options:
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
# resolver: ./custom-snapshot.yaml
|
||||
# resolver: https://example.com/snapshots/2018-01-01.yaml
|
||||
resolver: lts-15.15
|
||||
resolver: lts-16.5
|
||||
|
||||
# User packages to be built.
|
||||
# Various formats can be used as shown in the example below.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
packages: []
|
||||
snapshots:
|
||||
- completed:
|
||||
size: 496112
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/15.yaml
|
||||
sha256: 86169722ad0056ffc9eacc157ef80ee21d7024f92c0d2961c89ccf432db230a3
|
||||
original: lts-15.15
|
||||
size: 531707
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/5.yaml
|
||||
sha256: 9751e25e0af5713a53ddcfcc79564b082c71b1b357fadef0d85672a5b5ba3703
|
||||
original: lts-16.5
|
||||
|
|
Loading…
Reference in a new issue