Skip to content

Commit 565897b

Browse files
committed
Move package overrides to cabal.project from cabal.project.local.ci
1 parent b5db6c0 commit 565897b

File tree

2 files changed

+33
-23
lines changed

2 files changed

+33
-23
lines changed

cabal.project

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
11
packages: ./.
2+
3+
allow-newer:
4+
GPipe:containers
5+
, GPipe:linear
6+
, GPipe:transformers
7+
, GPipe:hashtables
8+
, GPipe-GLFW:linear
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
25+
26+
-- NOTE: having implicit listed here breaks hint
27+
-- see https://github.com/Haskell-Things/implicitpipe/issues/2
28+
--
29+
-- source-repository-package
30+
-- type: git
31+
-- location: https://github.com/Haskell-Things/ImplicitCAD
32+
-- tag: ae794b901e9677593815fad741d87ff56846562d
33+
34+

cabal.project.local.ci

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

0 commit comments

Comments
 (0)