File tree Expand file tree Collapse file tree 6 files changed +13
-25
lines changed Expand file tree Collapse file tree 6 files changed +13
-25
lines changed Original file line number Diff line number Diff line change 20
20
after_script :
21
21
- tar -cf - $(ls -d /root/.cabal /root/.stack /nix || true) | zstd -T0 -3 > cache.tar.zstd
22
22
23
- .common-806 :
24
- extends : .common
25
- image : docker.pkg.github.com/clash-lang/clash-protocols/protocols-focal-ghc-cabal-stack-8.6.5:2020-12-07
26
- variables :
27
- GHC_VERSION : " 8.6.5"
28
- CABAL_VERSION : " 3.2.0.0"
29
-
30
23
.common-810 :
31
24
extends : .common
32
25
image : docker.pkg.github.com/clash-lang/clash-protocols/protocols-focal-ghc-cabal-stack-8.10.2:2020-12-07
@@ -44,14 +37,12 @@ haddock:
44
37
script :
45
38
- .ci/build_docs.sh
46
39
47
- # Circuit-notation is broken on 810.
48
- # https://github.com/cchalmers/circuit-notation/pull/8#issuecomment-739844352
49
- cabal-8.6.5 :
50
- extends : .common-806
40
+ cabal-8.10.2 :
41
+ extends : .common-810
51
42
script :
52
43
- .ci/test_cabal.sh
53
44
54
45
stack :
55
- extends : .common-806
46
+ extends : .common-810
56
47
script :
57
48
- .ci/test_stack.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
packages :
2
2
clash-protocols.cabal
3
- deps/circuit-notation/circuit-notation.cabal
4
3
5
4
package clash-prelude
6
5
-- 'large-tuples' generates tuple instances for various classes up to the
@@ -9,6 +8,11 @@ package clash-prelude
9
8
-- it by default. This will be the default for Clash >=1.4.
10
9
flags : -large-tuples
11
10
11
+ source-repository-package
12
+ type : git
13
+ location : https://github.com/cchalmers/circuit-notation.git
14
+ tag : 0fe897cb95bd1be87abed044f4072f104dec2f7d
15
+
12
16
source-repository-package
13
17
type : git
14
18
location : https://github.com/martijnbastiaan/haskell-hedgehog.git
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ common common-options
83
83
84
84
default-language : Haskell2010
85
85
build-depends :
86
- -- GHC >= 8.6
87
- base >= 4.12 .0.0 ,
86
+ -- GHC >= 8.10
87
+ base >= 4.14 .0.0 ,
88
88
Cabal,
89
89
90
90
-- clash-prelude will set suitable version bounds for the plugins
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- resolver : lts-14.27
1
+ resolver : nightly-2020-12-14
2
2
3
3
packages :
4
4
- .
5
- - deps/circuit-notation
6
5
7
6
extra-deps :
8
- - ghc-typelits-extra-0.4@sha256:e1ba4ebf14cb7025dd940380dfb15db444f7e8bced7e30bdad6e1707f0af7622,4813
9
- - ghc-typelits-knownnat-0.7.2@sha256:63054c8108f21a4bc5ace477227476b72a4e3792f35f37f2d406eef262ae4346,4711
10
- - ghc-typelits-natnormalise-0.7.2@sha256:0fc48a3744aa25e5e53a054a8bb1fe6410752e497f446d75db9bd67bb258d05e,3495
11
- - clash-prelude-1.2.5@sha256:2ea4d0506adfccd0e817a67e47de132290a856535dd69bcc71e7fbce24ece3f2,15307
12
7
- git : https://github.com/martijnbastiaan/haskell-hedgehog.git
13
8
commit : 41e87d110d3b2b7b522d29d7c0500672f2640dcc
14
9
subdirs :
15
10
- hedgehog
11
+ - git : https://github.com/cchalmers/circuit-notation.git
12
+ commit : 0fe897cb95bd1be87abed044f4072f104dec2f7d
16
13
17
14
flags :
18
15
clash-prelude :
You can’t perform that action at this time.
0 commit comments