summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.cabal')
-rw-r--r--trivmix.cabal6
1 files changed, 1 insertions, 5 deletions
diff --git a/trivmix.cabal b/trivmix.cabal
index c7676dd..0386561 100644
--- a/trivmix.cabal
+++ b/trivmix.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: trivmix 4name: trivmix
5version: 2.6.5 5version: 2.7.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain
@@ -52,7 +52,3 @@ executable adjmix
52 , trivmix 52 , trivmix
53 hs-source-dirs: adjmix 53 hs-source-dirs: adjmix
54 default-language: Haskell2010 54 default-language: Haskell2010
55
56-- Local Variables:
57-- firestarter: "nix-shell -p haskellPackages.cabal2nix --command 'cabal2nix ./.' | tee trivmix.nix"
58-- End: