Skip to content

Commit 1760ef1

Browse files
authored
Merge pull request #35 from digital-asset/cabal-metadata
Update cabal file metadata to point to the new repo
2 parents c14b5d1 + 2505054 commit 1760ef1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ghcide.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 1.20
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 0.0.1
5+
version: 0.0.2
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset
@@ -11,13 +11,13 @@ copyright: Digital Asset 2018-2019
1111
synopsis: The core of an IDE
1212
description:
1313
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
1616
tested-with: GHC==8.6.5
1717

1818
source-repository head
1919
type: git
20-
location: https://github.com/digital-asset/daml.git
20+
location: https://github.com/digital-asset/ghcide.git
2121

2222
library
2323
default-language: Haskell2010

0 commit comments

Comments
 (0)