aboutsummaryrefslogtreecommitdiff
path: root/Math/LinProg/LP.hs
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2014-10-08 18:03:01 +1100
committerJustin Bedo <cu@cua0.org>2014-10-08 22:02:56 +1100
commitf4f5c99fcce607e72847cb11fd3ec90b0c089a63 (patch)
tree1eedb231bfbc1e1abb53e9bfd27e695b2fc4d8c6 /Math/LinProg/LP.hs
parent35b43189d5a262860ad84da43928eeb7b1894420 (diff)
Fix up FFI exports; fix cabal file; tidy source
Diffstat (limited to 'Math/LinProg/LP.hs')
-rw-r--r--Math/LinProg/LP.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Math/LinProg/LP.hs b/Math/LinProg/LP.hs
index 4ad8b79..50bcb1f 100644
--- a/Math/LinProg/LP.hs
+++ b/Math/LinProg/LP.hs
@@ -8,8 +8,6 @@ import Data.List
import Math.LinProg.Types
import Math.LinProg.Compile
import Control.Lens
-import Control.Monad.State
-import Control.Monad.Free
import Data.Maybe
instance (Show t, Num t, Ord t) => Show (CompilerS t String) where