mirror of
https://github.com/alexwl/haskell-code-explorer.git
synced 2024-11-22 05:55:21 +03:00
Add stack-8.8.3.yaml (LTS 15.4)
This commit is contained in:
parent
66cdcb759b
commit
2f1c2a4c87
@ -1,14 +1,11 @@
|
||||
resolver: nightly-2019-11-29
|
||||
resolver: lts-15.4
|
||||
packages:
|
||||
- '.'
|
||||
- 'vendor/cabal-helper-0.8.1.2'
|
||||
allow-newer: true
|
||||
extra-deps:
|
||||
- cabal-plan-0.4.0.0
|
||||
- cabal-install-3.0.0.0@sha256:5e3c4376e53c06521cca2c037074423dbb967e228af6174bf842ff38aa82b035
|
||||
- haddock-library-1.7.0@sha256:8f230ebb680b559256d9c18ce4942ba5bf220b167804b4ebd5cc9e47cc4973cd
|
||||
- wreq-0.5.3.2@sha256:eb1d848e983a1d1b8960c28840b55e56d8b3d760e9d014b5d9d018b13439e63f
|
||||
- resolv-0.1.1.3@sha256:bb759a2d7367aad1ce61b3ba877cf64a200ebab4bc7e61cf71c9e879932ae348
|
||||
- cabal-install-3.0.0.0@sha256:5e3c4376e53c06521cca2c037074423dbb967e228af6174bf842ff38aa82b035
|
||||
- git: https://github.com/haskell/hackage-security
|
||||
commit: 2057cdf2abba852881cd9d055c96f03cd8c829e7
|
||||
subdirs:
|
@ -98,7 +98,7 @@ module Distribution.Helper (
|
||||
, module Data.Functor.Apply
|
||||
) where
|
||||
|
||||
import Cabal.Plan
|
||||
import Cabal.Plan hiding (findPlanJson)
|
||||
import Control.Applicative
|
||||
import Control.Monad
|
||||
import Control.Monad.IO.Class
|
||||
|
Loading…
Reference in New Issue
Block a user