Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit bf3ce50

Browse files
committed
Add cabal-helper-1.1 to cabal config
1 parent cecd7c4 commit bf3ce50

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Diff for: cabal.project

+3-7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ packages:
44

55
-- ./submodules/HaRe
66

7-
source-repository-package
8-
type: git
9-
location: https://github.com/DanielG/cabal-helper.git
10-
tag: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
11-
127
tests: true
138

149
package haskell-ide-engine
@@ -17,8 +12,9 @@ package haskell-ide-engine
1712
-- Match the flag settings we use in stac builds
1813
constraints:
1914
haskell-ide-engine +pedantic,
20-
hie-plugin-api +pedantic
15+
hie-plugin-api +pedantic,
16+
ghc-lib-parser == 8.8.2.20200205
2117

2218
write-ghc-environment-files: never
2319

24-
index-state: 2020-05-10T18:26:01Z
20+
index-state: 2020-05-12T16:28:12Z

Diff for: haskell-ide-engine.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ library
6161
, brittany
6262
, bytestring
6363
, Cabal
64-
, cabal-helper >= 1.0 && < 1.1
64+
, cabal-helper >= 1.1 && < 1.2
6565
, containers
6666
, data-default
6767
, directory

0 commit comments

Comments
 (0)