diff --git a/Tic-Tac-Toe.cabal b/Tic-Tac-Toe.cabal
--- a/Tic-Tac-Toe.cabal
+++ b/Tic-Tac-Toe.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                Tic-Tac-Toe
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Tic Tac Toe in your command line!
 description:         Bored, tired, or just need a break? Play a quick game of tic tac toe against your computer in the command line!
 homepage:            https://github.com/2016rshah/Tic-Tac-Toe
@@ -24,7 +24,6 @@
   -- other-extensions:    
   build-depends:       base >= 2 && < 5
                      , safe -any
-                     , split -any
   hs-source-dirs:      src
   default-language:    Haskell2010
 
