]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Add containers dependency for Data.Map.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 13 Jan 2015 07:24:18 +0000 (02:24 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 13 Jan 2015 07:24:18 +0000 (02:24 -0500)
htsn-import.cabal

index f4fd26252249e0a98b1737574d6c2847bce400ab..9a61d4d630d717c149b2440bffbae324d76b75c8 100644 (file)
@@ -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,