From 0b7047f7500734e7d6297f9e36f22873f323718d Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sat, 16 Jun 2012 13:59:20 +0200 Subject: [PATCH] stm package name is lowercase --- git-annex.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index b02a9af4db..0fc4abaeb7 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