packages feed

Cabal revisions of setgame-1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:		setgame-version:	1.1-category:	Game-license:	BSD3-license-file:	LICENSE-maintainer:	emertens@gmail.com-synopsis:	A console interface to the game of Set-description:	A console interface to the game of Set-build-type: Simple-cabal-version: >=1.8-tested-with: GHC == 7.10.2, GHC == 7.8.4--source-repository head-  type: git-  location: https://github.com/glguy/set-game--library-  build-depends:        base     >=4.7 && <4.9,-                        random   >=1.1 && <1.2,-                        vty      >=5.4 && <5.5-  hs-source-dirs: src-  ghc-options: -Wall-  exposed-modules: SetGame,-                   Set.Ascii,-                   Set.Card,-                   Set.Game,-                   Set.Utils--executable set-game-  main-is: Main.hs-  build-depends: setgame, base-  ghc-options: -Wall -threaded+name:		setgame
+version:	1.1
+x-revision: 1
+category:	Game
+license:	BSD3
+license-file:	LICENSE
+maintainer:	emertens@gmail.com
+synopsis:	A console interface to the game of Set
+description:	A console interface to the game of Set
+build-type: Simple
+cabal-version: >=1.8
+tested-with: GHC == 7.10.2, GHC == 7.8.4
+
+source-repository head
+  type: git
+  location: https://github.com/glguy/set-game
+
+library
+  build-depends:        base     >=4.7 && <4.11,
+                        random   >=1.1 && <1.2,
+                        vty      >=5.4 && <5.18
+  hs-source-dirs: src
+  ghc-options: -Wall
+  exposed-modules: SetGame,
+                   Set.Ascii,
+                   Set.Card,
+                   Set.Game,
+                   Set.Utils
+
+executable set-game
+  main-is: Main.hs
+  build-depends: setgame, base
+  ghc-options: -Wall -threaded
revision 2
 name:		setgame
 version:	1.1
-x-revision: 1
+x-revision: 2
 category:	Game
 license:	BSD3
 license-file:	LICENSE
   location: https://github.com/glguy/set-game
 
 library
-  build-depends:        base     >=4.7 && <4.11,
+  build-depends:        base     >=4.7 && <4.15,
                         random   >=1.1 && <1.2,
-                        vty      >=5.4 && <5.18
+                        vty      >=5.4 && <5.29
   hs-source-dirs: src
   ghc-options: -Wall
   exposed-modules: SetGame,