From: Michael Orlitzky Date: Tue, 13 Jan 2015 07:24:18 +0000 (-0500) Subject: Add containers dependency for Data.Map. X-Git-Tag: 0.2.1~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=62f0536b91460db0d6906cae71f29cb79813f9ae Add containers dependency for Data.Map. --- diff --git a/htsn-import.cabal b/htsn-import.cabal index f4fd262..9a61d4d 100644 --- a/htsn-import.cabal +++ b/htsn-import.cabal @@ -251,6 +251,7 @@ executable htsn-import base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, directory >= 1.2, filepath >= 1.3, fixed-vector-hetero >= 0.3, @@ -343,6 +344,7 @@ test-suite testsuite base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, directory >= 1.2, filepath >= 1.3, fixed-vector-hetero >= 0.3, @@ -418,6 +420,7 @@ test-suite shelltests base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2, + containers >= 0.5, directory >= 1.2, filepath >= 1.3, fixed-vector-hetero >= 0.3,