diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2012-06-16 13:59:20 +0200 |
---|---|---|
committer | Ben Gamari <bgamari.foss@gmail.com> | 2012-06-16 13:59:20 +0200 |
commit | 0b7047f7500734e7d6297f9e36f22873f323718d (patch) | |
tree | c922eccf036350e4c05ef07f30167a039bba40d4 /git-annex.cabal | |
parent | 0052cec2b7e39652bd52cd4978ed47d2daa5af68 (diff) |
stm package name is lowercase
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index b02a9af4d..0fc4abaeb 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -35,7 +35,7 @@ Executable git-annex pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP, base == 4.5.*, monad-control, transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, - hinotify, STM + hinotify, stm -- Need to list this because it's generated from a .hsc file. Other-Modules: Utility.Touch C-Sources: Utility/libdiskfree.c @@ -53,7 +53,7 @@ Test-Suite test pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP, base == 4.5.*, monad-control, transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, - hinotify, STM + hinotify, stm Other-Modules: Utility.Touch C-Sources: Utility/libdiskfree.c Extensions: CPP |