File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 1.20
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
5
- version : 0.0.1
5
+ version : 0.0.2
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset
@@ -11,13 +11,13 @@ copyright: Digital Asset 2018-2019
11
11
synopsis : The core of an IDE
12
12
description :
13
13
A library for building Haskell IDE's on top of the GHC API.
14
- homepage : https://github.com/digital-asset/daml #readme
15
- bug-reports : https://github.com/digital-asset/daml /issues
14
+ homepage : https://github.com/digital-asset/ghcide #readme
15
+ bug-reports : https://github.com/digital-asset/ghcide /issues
16
16
tested-with : GHC== 8.6.5
17
17
18
18
source-repository head
19
19
type : git
20
- location : https://github.com/digital-asset/daml .git
20
+ location : https://github.com/digital-asset/ghcide .git
21
21
22
22
library
23
23
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments