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 803c640..54aad76 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.5.2 | 5 | version: 2.5.3 |
6 | -- synopsis: | 6 | -- synopsis: |
7 | -- description: | 7 | -- description: |
8 | license: PublicDomain | 8 | license: PublicDomain |
@@ -48,6 +48,7 @@ executable adjmix | |||
48 | build-depends: base >=4.7 && <4.8 | 48 | build-depends: base >=4.7 && <4.8 |
49 | , optparse-applicative >=0.11 && <1 | 49 | , optparse-applicative >=0.11 && <1 |
50 | , filepath >=1.3 && <2 | 50 | , filepath >=1.3 && <2 |
51 | , filelock >=0.1 && <1 | ||
51 | , trivmix | 52 | , trivmix |
52 | hs-source-dirs: adjmix | 53 | hs-source-dirs: adjmix |
53 | default-language: Haskell2010 | 54 | default-language: Haskell2010 |