summaryrefslogtreecommitdiff
path: root/jarvis.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-05-27 22:04:48 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-05-27 22:04:48 -0400
commit9ca0fcc6e90fef6f7adece3db7f168c9307e2864 (patch)
tree6c42ae9a93394f86ff985e3e4b55876027c49b13 /jarvis.cabal
parent545c4cbcde31596e64a03f49f2ad64e619d91e5b (diff)
Simple demonstration of multiple producers
This doesn’t work the way it should, though – something is wrong with my threading.
Diffstat (limited to 'jarvis.cabal')
-rw-r--r--jarvis.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/jarvis.cabal b/jarvis.cabal
index 9f201e7..8695548 100644
--- a/jarvis.cabal
+++ b/jarvis.cabal
@@ -30,6 +30,8 @@ executable jarvis
main-is: Main.hs
-- other-modules:
build-depends: base >=4.6 && <4.7
+ , data-default-class >=0.0.1 && <0.1
+ , vty >=5.2.3 && <5.3
hs-source-dirs: src
default-language: Haskell2010
-- extensions:
@@ -40,3 +42,5 @@ executable jarvis
-fwarn-missing-signatures
-fwarn-orphans
-fwarn-unused-do-bind
+ -threaded
+ -with-rtsopts=-N