Skip to content

Commit

Permalink
Use latest clash-prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Feb 10, 2016
1 parent 93d911b commit 0f06030
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ script:
matrix:
fast_finish: true
include:
- env: GHCVER=7.10.3 CABALVER=1.22 STACK_SOLVER=YES
- env: GHCVER=7.10.3 CABALVER=1.22
addons:
apt:
sources:
Expand Down
2 changes: 1 addition & 1 deletion clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Executable clash
clash-systemverilog >= 0.6.5,
clash-vhdl >= 0.6.7,
clash-verilog >= 0.6.5,
clash-prelude >= 0.10.5 && < 0.11,
clash-prelude >= 0.10.6 && < 0.11,
ghc-typelits-extra >= 0.1,
ghc-typelits-natnormalise >= 0.3

Expand Down
3 changes: 3 additions & 0 deletions stack-lts5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ packages:
- 'clash-vhdl'
- 'clash-ghc'
- 'testsuite'
- location:
git: https://github.com/clash-lang/clash-prelude.git
commit: 1ff670d0e2fd9be3f011bc3fb6a9dc5c5388741f

extra-deps:
- ghc-typelits-natnormalise-0.4.1
3 changes: 3 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ packages:
- 'clash-vhdl'
- 'clash-ghc'
- 'testsuite'
- location:
git: https://github.com/clash-lang/clash-prelude.git
commit: 1ff670d0e2fd9be3f011bc3fb6a9dc5c5388741f

extra-deps:
- ghc-typelits-natnormalise-0.4.1

0 comments on commit 0f06030

Please sign in to comment.