Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
i7
peregrine
Commits
6ff24ee6
Commit
6ff24ee6
authored
Jul 09, 2014
by
Philipp Meyer
Browse files
Updated gitignore and cabal file
parent
dcf0342b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
6ff24ee6
...
...
@@ -17,6 +17,7 @@ cabal.config
# Benchmark directory
benchmarks/**/*.pnet
benchmarks/**/*.out
benchmarks/**/*.log
benchmarks/**/*.list
benchmarks/**/*.list.sorted
benchmarks/**/*.pdf
...
...
slapnet.cabal
View file @
6ff24ee6
...
...
@@ -21,6 +21,6 @@ executable slapnet
main-is: Main.hs
other-modules:
-- other-extensions:
build-depends: base >=4 && <5, sbv, parsec, containers
build-depends: base >=4 && <5, sbv, parsec, containers
, transformers
hs-source-dirs: src
default-language: Haskell2010
Write
Preview
Supports
Markdown
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