Commit b3e37e82 authored by Yuanle Song's avatar Yuanle Song
Browse files

update to use lts-18.27 resolver

parent aa32aa6f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ cabal.sandbox.config
*.swp
*.keter
docker/get-client-ip
stack.yaml.lock
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ module Main ( newUniqueCallHistory
            , main ) where

import Control.Applicative ((<|>), liftA2)
import Data.Monoid ((<>))
import Data.Maybe (fromMaybe)
import Data.Text.Lazy (Text)
import qualified Data.Text.Lazy as L
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/

# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-10.3
resolver: lts-18.27

# Local packages, usually specified by relative directory name
packages: