Skip to content

Commit d5b5ff0

Browse files
committed
Circle Ci
1 parent a559410 commit d5b5ff0

File tree

344 files changed

+12133
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+12133
-8
lines changed

β€Ž.circleci/config.ymlβ€Ž

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.0
22
jobs:
3-
build_gcc_latest:
3+
build:
44
docker:
55
- image: fpco/stack-build:lts
66
steps:
@@ -13,8 +13,5 @@ jobs:
1313
sudo apt-get install -y haskell-platform
1414
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
1515
alias llvm-config="llvm-config-4.0"
16-
wget -qO- https://get.haskellstack.org/ | sh
16+
sudo apt-get -y install llvm-4.0 llvm-4.0-dev
1717
stack build
18-
19-
20-
# git submodule sync; git submodule update --init # initialize git submodules

β€Ž.gitignoreβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.stack-work/
2+
Haskull.cabal
3+
*~
4+
.vscode/

β€Ž.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/build/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/build/autogen/Paths_Haskull.dump-hiβ€Ž

Lines changed: 607 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
35.4 KB
Binary file not shown.
146 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)