diff --git a/entangle.cabal b/entangle.cabal
--- a/entangle.cabal
+++ b/entangle.cabal
@@ -1,5 +1,5 @@
 name:          entangle
-version:       0.1.0
+version:       0.1.1
 cabal-version: >=1.8
 build-type:    Simple
 license:       MIT
@@ -10,8 +10,7 @@
 
 library
     hs-source-dirs:  src/lib
-    exposed-modules: Complex, Expr, QMatrix, Qpmc, QTuple, Transitions, SymbolicMatrix
-    other-modules:   BitQubitId, EntangleMonad, GatesMatrices
+    exposed-modules: Complex, Expr, QMatrix, Qpmc, QTuple, Transitions, SymbolicMatrix, EntangleMonad, BitQubitId, GatesMatrices
     build-depends:   base >= 4.0 && <5.0, quipper-core >=0.7 && <0.9, containers >= 0.5&& <0.6, matrix >=0.3 && <0.5, mtl >=2.1 && <2.3
     ghc-options:     -Wall -fno-warn-type-defaults
  -- ghc-options:     -Werror -fno-warn-unused-do-bind -fno-warn-orphans -fprof-auto -fprof-cafs
