Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
peregrine
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
i7
peregrine
Commits
816236d3
Commit
816236d3
authored
Jan 10, 2020
by
Philipp Meyer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.lrz.de:i7/peregrine
parents
7aa92317
6ca1dec4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
Makefile
Makefile
+1
-0
peregrine.cabal
peregrine.cabal
+2
-2
No files found.
.gitlab-ci.yml
0 → 100644
View file @
816236d3
image
:
gitlab-runner/haskell
stages
:
-
build
Build
:
stage
:
build
script
:
-
make build
-
cp dist/build/peregrine/peregrine peregrine
artifacts
:
paths
:
-
peregrine
when
:
on_success
expire_in
:
1 week
Makefile
View file @
816236d3
all
:
build
build
:
cabal
install
--only-dependencies
cabal build
install
:
...
...
peregrine.cabal
View file @
816236d3
...
...
@@ -22,8 +22,8 @@ executable peregrine
main-is: Main.hs
other-modules:
-- other-extensions:
build-depends: base >=4 && <5, sbv, parsec >= 3.1, containers, transformers,
build-depends: base >=4 && <5, sbv
== 7.13
, parsec >= 3.1, containers, transformers,
bytestring, mtl, stm, async, text, aeson
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -fsimpl-tick-factor=1000 -threaded -rtsopts -with-rtsopts=-N
-dynamic
ghc-options: -fsimpl-tick-factor=1000 -threaded -rtsopts -with-rtsopts=-N
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment