diff options
Diffstat (limited to 'trivmix.cabal')
-rw-r--r-- | trivmix.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trivmix.cabal b/trivmix.cabal index b0d77a7..74001d7 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 | ||
4 | name: trivmix | 4 | name: trivmix |
5 | version: 2.3.0 | 5 | version: 2.4.0 |
6 | -- synopsis: | 6 | -- synopsis: |
7 | -- description: | 7 | -- description: |
8 | license: PublicDomain | 8 | license: PublicDomain |
@@ -30,6 +30,7 @@ executable trivmix | |||
30 | , explicit-exception >=0.1 && <1 | 30 | , explicit-exception >=0.1 && <1 |
31 | , process >=1.2 && <2 | 31 | , process >=1.2 && <2 |
32 | , case-insensitive >=1.2 && <2 | 32 | , case-insensitive >=1.2 && <2 |
33 | , filelock >=0.1 && <1 | ||
33 | hs-source-dirs: src | 34 | hs-source-dirs: src |
34 | default-language: Haskell2010 | 35 | default-language: Haskell2010 |
35 | ghc-options: -threaded | 36 | ghc-options: -threaded |