summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.cabal')
-rw-r--r--trivmix.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/trivmix.cabal b/trivmix.cabal
index 3031c98..5d37032 100644
--- a/trivmix.cabal
+++ b/trivmix.cabal
@@ -30,6 +30,7 @@ executable trivmix
30 , explicit-exception >=0.1 && <1 30 , explicit-exception >=0.1 && <1
31 hs-source-dirs: src 31 hs-source-dirs: src
32 default-language: Haskell2010 32 default-language: Haskell2010
33 ghc-options: -threaded
33 34
34-- Local Variables: 35-- Local Variables:
35-- firestarter: "nix-shell -p haskellPackages.cabal2nix --command 'cabal2nix ./.' | tee trivmix.nix" 36-- firestarter: "nix-shell -p haskellPackages.cabal2nix --command 'cabal2nix ./.' | tee trivmix.nix"