1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 03:24:52 +09:00

Build with LTS-5.13

This commit is contained in:
fr33domlover 2016-04-19 06:38:52 +00:00
parent 98bbc773cf
commit aa024a3ee4
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
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 Database.Persist.Sql as Import ( SqlBackend
, SqlPersistT

View file

@ -3,7 +3,7 @@
# Specifies the GHC version and set of packages available (e.g., lts-3.5,
# nightly-2015-09-21, ghc-7.10.2)
resolver: lts-5.11
resolver: lts-5.13
# Local packages, usually specified by relative directory name
packages: