Skip to content

Commit a1865e5

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

File tree

2 files changed

+32
-23
lines changed

2 files changed

+32
-23
lines changed

cabal.project

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

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)