From 63b2e9b95628845fd0b2bf6d99196957f8601c2d Mon Sep 17 00:00:00 2001 From: Rob Stewart Date: Sun, 20 Sep 2015 18:55:56 +0100 Subject: [PATCH] Adds Data.BitList to other-modules in lvish.cabal --- haskell/lvish/lvish.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell/lvish/lvish.cabal b/haskell/lvish/lvish.cabal index ce318f7c..9d3bf6af 100644 --- a/haskell/lvish/lvish.cabal +++ b/haskell/lvish/lvish.cabal @@ -157,6 +157,7 @@ library Data.Concurrent.Counter Data.Concurrent.SNZI Data.Concurrent.AlignedIORef + Data.BitList Control.LVish.SchedIdempotentInternal Control.LVish.Types Control.LVish.Basics