Skip to content

Commit cd199d7

Browse files
committed
Use cabal.project.local.ci for extra deps
1 parent fd2fdac commit cd199d7

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

cabal.project

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
11
packages: ./.
2-
3-
-- NOTE: having implicit listed here breaks hint
4-
-- see https://github.com/Haskell-Things/implicitpipe/issues/2
5-
-- but it is required for CI now
6-
-- until 0.4
7-
source-repository-package
8-
type: git
9-
location: https://github.com/Haskell-Things/ImplicitCAD
10-
tag: ae794b901e9677593815fad741d87ff56846562d
11-
12-
-- fork due to resizeBuffer PR https://github.com/tobbebex/GPipe-Core/pull/76
13-
source-repository-package
14-
type: git
15-
location: https://github.com/sorki/GPipe-Core
16-
tag: 86a7b29014e7ebfb24ac17d5afcd877a38a1fbd5
17-
subdir:
18-
GPipe-Core
19-
20-
-- until next release
21-
source-repository-package
22-
type: git
23-
location: https://github.com/plredmond/GPipe-GLFW
24-
tag: 3d7e91a20a80fe31e910884b151ebe4d26e8274e
25-
subdir:
26-
GPipe-GLFW

cabal.project.local.ci

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
-- NOTE: having implicit listed here breaks hint
2+
-- see https://github.com/Haskell-Things/implicitpipe/issues/2
3+
-- but it is required for CI now
4+
-- until 0.4
5+
source-repository-package
6+
type: git
7+
location: https://github.com/Haskell-Things/ImplicitCAD
8+
tag: ae794b901e9677593815fad741d87ff56846562d
9+
10+
-- fork due to resizeBuffer PR https://github.com/tobbebex/GPipe-Core/pull/76
11+
source-repository-package
12+
type: git
13+
location: https://github.com/sorki/GPipe-Core
14+
tag: 86a7b29014e7ebfb24ac17d5afcd877a38a1fbd5
15+
subdir:
16+
GPipe-Core
17+
18+
-- until next release
19+
source-repository-package
20+
type: git
21+
location: https://github.com/plredmond/GPipe-GLFW
22+
tag: 3d7e91a20a80fe31e910884b151ebe4d26e8274e
23+
subdir:
24+
GPipe-GLFW

0 commit comments

Comments
 (0)