HangmanAscii 0.1.1.1 → 0.1.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- HangmanAscii.cabal +2/−2
HangmanAscii.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: HangmanAscii-version: 0.1.1.1+version: 0.1.1.2 synopsis: Yet another Hangman game. description: Another command line implementation of the classic @@ -28,7 +28,7 @@ , Shape , Database -- other-extensions:- build-depends: base >=4.14.3 && <5+ build-depends: base >=4 && <5 , optparse-applicative >=0.16.1 && <0.17 , random >=1.2.1.1 && <2 , haskeline >=0.8.2 && <0.9