mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 17:34:52 +09:00
Build with LTS-5.13
This commit is contained in:
parent
98bbc773cf
commit
aa024a3ee4
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
module Vervis.Import.NoFoundation ( module Import ) where
|
module Vervis.Import.NoFoundation ( module Import ) where
|
||||||
|
|
||||||
import ClassyPrelude.Conduit as Import
|
import ClassyPrelude.Conduit as Import hiding (delete, deleteBy)
|
||||||
import Data.Default as Import (Default (..))
|
import Data.Default as Import (Default (..))
|
||||||
import Database.Persist.Sql as Import ( SqlBackend
|
import Database.Persist.Sql as Import ( SqlBackend
|
||||||
, SqlPersistT
|
, SqlPersistT
|
||||||
|
|
|
@ -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.11
|
resolver: lts-5.13
|
||||||
|
|
||||||
# Local packages, usually specified by relative directory name
|
# Local packages, usually specified by relative directory name
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue