packages feed

Cabal revisions of codeworld-api-0.1.0.1

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

revision 1
-Name:                codeworld-api-Version:             0.1.0.1-Synopsis:            Graphics library for CodeWorld-License:             Apache-License-file:        LICENSE-Author:              The CodeWorld Authors-Maintainer:          Chris Smith <cdsmith@gmail.com>-Copyright:           (c) 2016, The CodeWorld Authors-Build-type:          Simple-Cabal-version:       >=1.8--Description:-  This module provides the drawing code for CodeWorld.  It is heavily inspired by-  Gloss, but modified for consistency and pedagogical reasons.-  .-  It comes with two backends. When compiled with GHCJS, it uses the JavaScript FFI to-  run on <http://code.world/>.  When compiled with GHC, it uses the blank-canvas-  package to provide a webpage consisting of just a panel locally. This way, the same-  program that runs on the CodeWorld server can also be run locally.--Library-  Hs-source-dirs:      src-  Exposed-modules:     CodeWorld-  Other-modules:       CodeWorld.Color,-                       CodeWorld.Picture,-                       CodeWorld.Event,-                       CodeWorld.Driver-  Build-depends:       base < 5,-                       mtl,-                       random,-                       text,-                       time-  if impl(ghcjs)-    Build-depends:-                       ghcjs-base,-                       ghcjs-dom-  else-    Build-depends:     blank-canvas--  Exposed:             True-  Ghc-options:         -O2+Name:                codeworld-api
+Version:             0.1.0.1
+x-revision: 1
+Synopsis:            Graphics library for CodeWorld
+License:             Apache
+License-file:        LICENSE
+Author:              The CodeWorld Authors
+Maintainer:          Chris Smith <cdsmith@gmail.com>
+Copyright:           (c) 2016, The CodeWorld Authors
+Build-type:          Simple
+Cabal-version:       >=1.8
+
+Description:
+  This module provides the drawing code for CodeWorld.  It is heavily inspired by
+  Gloss, but modified for consistency and pedagogical reasons.
+  .
+  It comes with two backends. When compiled with GHCJS, it uses the JavaScript FFI to
+  run on <http://code.world/>.  When compiled with GHC, it uses the blank-canvas
+  package to provide a webpage consisting of just a panel locally. This way, the same
+  program that runs on the CodeWorld server can also be run locally.
+
+Library
+  Hs-source-dirs:      src
+  Exposed-modules:     CodeWorld
+  Other-modules:       CodeWorld.Color,
+                       CodeWorld.Picture,
+                       CodeWorld.Event,
+                       CodeWorld.Driver
+  Build-depends:       base < 4.11,
+                       mtl,
+                       random,
+                       text,
+                       time
+  if impl(ghcjs)
+    Build-depends:
+                       ghcjs-base,
+                       ghcjs-dom
+  else
+    Build-depends:     blank-canvas
+
+  Exposed:             True
+  Ghc-options:         -O2
revision 2
 Name:                codeworld-api
 Version:             0.1.0.1
-x-revision: 1
+x-revision: 2
 Synopsis:            Graphics library for CodeWorld
 License:             Apache
 License-file:        LICENSE
                        CodeWorld.Picture,
                        CodeWorld.Event,
                        CodeWorld.Driver
-  Build-depends:       base < 4.11,
+  Build-depends:       base >= 4.8 && < 4.11,
                        mtl,
                        random,
                        text,