From 62f0536b91460db0d6906cae71f29cb79813f9ae Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 13 Jan 2015 02:24:18 -0500 Subject: [PATCH] Add containers dependency for Data.Map. --- htsn-import.cabal | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.43.2