Tic-Tac-Toe 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+1/−2 lines, 1 filesdep −split
Dependencies removed: split
Files
- Tic-Tac-Toe.cabal +1/−2
Tic-Tac-Toe.cabal view
@@ -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