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

Commit 26b0c16

Browse files
authored
Merge pull request #1124 from alanz/remove-monad-dijkstra-submodule
Remove monad dijkstra submodule
2 parents ec036f8 + 266ddf2 commit 26b0c16

File tree

7 files changed

+10
-23
lines changed

7 files changed

+10
-23
lines changed

.gitmodules

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434

3535
[submodule "submodules/floskell"]
3636
path = submodules/floskell
37-
# url = https://github.com/ennocramer/floskell
38-
url = https://github.com/alanz/floskell
39-
[submodule "submodules/monad-dijkstra"]
40-
path = submodules/monad-dijkstra
41-
# url = https://github.com/alanz/monad-dijkstra.git
42-
url = https://github.com/ennocramer/monad-dijkstra.git
37+
url = https://github.com/ennocramer/floskell
38+
# url = https://github.com/alanz/floskell
39+

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 1.0.{build}
22
environment:
33
matrix:
4+
# - GHCVER: 8.6.4
45
- GHCVER: 8.6.2
56
- GHCVER: 8.6.1
67
- GHCVER: 8.4.4

cabal.project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ packages:
55
./submodules/HaRe
66
./submodules/brittany
77
./submodules/cabal-helper/
8+
./submodules/floskell
89
./submodules/ghc-mod/
910
./submodules/ghc-mod/core/
10-
./submodules/floskell
11-
./submodules/monad-dijkstra

stack-8.6.4.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ extra-deps:
1010
- ./submodules/ghc-mod
1111
- ./submodules/ghc-mod/core
1212
- ./submodules/floskell
13-
- ./submodules/monad-dijkstra
1413

1514
- ansi-terminal-0.8.2
1615
- butcher-1.3.2.1
@@ -20,14 +19,11 @@ extra-deps:
2019
- ghc-exactprint-0.5.8.2
2120
- haddock-api-2.22.0
2221
- hsimport-0.8.8
23-
# - monad-dijkstra-0.1.1.2
22+
- monad-dijkstra-0.1.1.2@rev:1
2423
- monad-memo-0.4.1
2524
- multistate-0.8.0.1
26-
# - optparse-simple-0.1.0
27-
# - pretty-show-1.9.5
2825
- syz-0.2.0.0
2926
- temporary-1.2.1.1
30-
# - transformers-0.5.6.2
3127
- yaml-0.8.32
3228

3329
flags:

stack.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2019-03-02 # GHC 8.6.3
1+
resolver: nightly-2019-03-07 # GHC 8.6.4
22
packages:
33
- .
44
- hie-plugin-api
@@ -17,18 +17,13 @@ extra-deps:
1717
- constrained-dynamic-0.1.0.0
1818
- deque-0.2.7
1919
- ghc-exactprint-0.5.8.2
20-
- haddock-api-2.21.0
21-
- haskell-src-exts-1.21.0
22-
- hlint-2.1.15
23-
- hoogle-5.0.17.5
20+
- haddock-api-2.22.0
2421
- hsimport-0.8.8
25-
- monad-dijkstra-0.1.1.2
22+
- monad-dijkstra-0.1.1.2@rev:1
2623
- monad-memo-0.4.1
2724
- multistate-0.8.0.1
28-
- optparse-simple-0.1.0
2925
- syz-0.2.0.0
3026
- temporary-1.2.1.1
31-
- unordered-containers-0.2.9.0
3227
- yaml-0.8.32
3328

3429
flags:

submodules/monad-dijkstra

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)