Skip to content

Commit 351d9d0

Browse files
committed
Update cabal file metadata to point to the new repo
1 parent c14b5d1 commit 351d9d0

File tree

2 files changed

+76
-4
lines changed

2 files changed

+76
-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

stack.yaml.lock

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages:
7+
- completed:
8+
subdir: .
9+
cabal-file:
10+
size: 5260
11+
sha256: 26791d3ed01ca5be1fab16a450fec751616acac8aa87c5a3a3921aea0d2bbfc2
12+
name: haskell-lsp
13+
version: 0.15.0.0
14+
git: https://github.com/alanz/haskell-lsp.git
15+
pantry-tree:
16+
size: 5463
17+
sha256: 2e6da1dcace74e6d934b5b33fe6f865b05c2075845a07d1de3e05e7c91f228d4
18+
commit: bfbd8630504ebc57b70948689c37b85cfbe589da
19+
original:
20+
subdir: .
21+
git: https://github.com/alanz/haskell-lsp.git
22+
commit: bfbd8630504ebc57b70948689c37b85cfbe589da
23+
- completed:
24+
subdir: haskell-lsp-types
25+
cabal-file:
26+
size: 2880
27+
sha256: 75698e3af3c9c0f8494121a2bdd47bb4ccc423afb58fecfa43e9ffbcd8721b3c
28+
name: haskell-lsp-types
29+
version: 0.15.0.0
30+
git: https://github.com/alanz/haskell-lsp.git
31+
pantry-tree:
32+
size: 2419
33+
sha256: 188c4511645f616251b78494fde76e2a70ac75fcbde25bfb35cca21f35d42b37
34+
commit: bfbd8630504ebc57b70948689c37b85cfbe589da
35+
original:
36+
subdir: haskell-lsp-types
37+
git: https://github.com/alanz/haskell-lsp.git
38+
commit: bfbd8630504ebc57b70948689c37b85cfbe589da
39+
- completed:
40+
cabal-file:
41+
size: 3483
42+
sha256: a23e2757e439adf3451290edd4dd0c78b1cb2d8a323f246b658ee6e2af3c10f3
43+
name: lsp-test
44+
version: 0.6.0.0
45+
git: https://github.com/bubba/lsp-test.git
46+
pantry-tree:
47+
size: 2355
48+
sha256: 54144cf833152a4c11f04b12c40e5be82e33028681c4bb21554bc48049c4dd36
49+
commit: d126623dc6895d325e3d204d74e2a22d4f515587
50+
original:
51+
git: https://github.com/bubba/lsp-test.git
52+
commit: d126623dc6895d325e3d204d74e2a22d4f515587
53+
- completed:
54+
cabal-file:
55+
size: 2975
56+
sha256: d375369cd3b140180a5dca9f103034bffa9f1bb9f50b1bf73d73f560a1ef4008
57+
name: hie-bios
58+
version: 0.1.0
59+
git: https://github.com/mpickering/hie-bios.git
60+
pantry-tree:
61+
size: 1424
62+
sha256: d9ebd835d45410c406fc35b5df68d9b7bc1e0c02f71d96985f3170b72cab3a6e
63+
commit: 89e4ba24f87aac9909d9814b0e8c51b679a0ccd4
64+
original:
65+
git: https://github.com/mpickering/hie-bios.git
66+
commit: 89e4ba24f87aac9909d9814b0e8c51b679a0ccd4
67+
snapshots:
68+
- completed:
69+
size: 507794
70+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2019/5/20.yaml
71+
sha256: c9bc78cc4bc8e71078cc7d2307571e68b17bf7f1fd32a55b1baec7fc923f7943
72+
original: nightly-2019-05-20

0 commit comments

Comments
 (0)