From 9ca0fcc6e90fef6f7adece3db7f168c9307e2864 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 27 May 2015 22:04:48 -0400 Subject: Simple demonstration of multiple producers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doesn’t work the way it should, though – something is wrong with my threading. --- jarvis.cabal | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jarvis.cabal') 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 -- cgit v1.2.3