Skip to content

Commit

Permalink
Merge pull request #17 from clash-lang/readme
Browse files Browse the repository at this point in the history
Fill README.md
  • Loading branch information
martijnbastiaan authored Dec 15, 2020
2 parents 55877f1 + 82c4670 commit 1e5be51
Show file tree
Hide file tree
Showing 21 changed files with 1,481 additions and 562 deletions.
6 changes: 6 additions & 0 deletions .ci/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/bin/bash
set -xeou pipefail

# Build dependencies first, so they don't end up in logs
cabal build \
--enable-documentation \
--allow-newer=circuit-notation:ghc \
clash-protocols

# circuit-notation currently _compiles on 8.10, but isn't usable. The only
# other GHC version it supports is 8.6.5, but this GHC bundles a Haddock that
# cannot generate documentation for clash-prelude. Hence, we build docs with
Expand Down
2 changes: 1 addition & 1 deletion .ci/test_cabal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -xeou pipefail

cabal build all -fci
cabal run test-library -fci --enable-tests
cabal run unittests -fci --enable-tests
cabal sdist
1 change: 1 addition & 0 deletions .ci/test_stack.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -xeou pipefail

stack --version
stack build
stack test
Loading

0 comments on commit 1e5be51

Please sign in to comment.