Update resolver

This commit is contained in:
Joscha 2018-07-04 08:29:44 +00:00
parent e00825882d
commit f9b1eb7cba
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@ module Cards
, Parser -- Other stuff , Parser -- Other stuff
) where ) where
import Control.Applicative
import Control.Monad import Control.Monad
import Data.Function import Data.Function
import Data.List import Data.List

View file

@ -15,7 +15,7 @@
# resolver: # resolver:
# name: custom-snapshot # name: custom-snapshot
# location: "./custom-snapshot.yaml" # location: "./custom-snapshot.yaml"
resolver: lts-10.9 resolver: lts-11.16
# User packages to be built. # User packages to be built.
# Various formats can be used as shown in the example below. # Various formats can be used as shown in the example below.