packages feed

Cabal revisions of yampa-canvas-0.2.3

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

revision 1
-name:                yampa-canvas-version:             0.2.3-synopsis:            blank-canvas frontend for Yampa-description:         @blank-canvas@ frontend for @Yampa@-license:             BSD3-license-file:        LICENSE-author:              Neil Sculthorpe-maintainer:          andygill@ku.edu-copyright:           Copyright (c) 2014 The University of Kansas-category:            Graphics-build-type:          Simple-extra-source-files:  CHANGELOG.md, README.md-tested-with:         GHC == 7.8.4-                   , GHC == 7.10.3-                   , GHC == 8.0.2-                   , GHC == 8.2.2-                   , GHC == 8.4.4-                   , GHC == 8.6.1-cabal-version:       >=1.10--source-repository head-  type:                git-  location:            https://github.com/ku-fpg/yampa-canvas--library-  exposed-modules:     FRP.Yampa.Canvas-  other-extensions:    ScopedTypeVariables-  build-depends:       base            >= 4.7   && < 4.13,-                       blank-canvas    >= 0.5   && < 0.7,-                       stm             >= 2.4   && < 2.6,-                       time            >= 1.4   && < 1.9,-                       Yampa           >= 0.9.6 && < 0.14-  hs-source-dirs:      src-  default-language:    Haskell2010--flag example-  Description:         Please build the example-  Default:             False--executable yampa-canvas-bouncing-balls-  if flag(example)-    buildable:	       True-  else-    buildable:	       False-  build-depends:       base                >= 4.7  && < 4.13,-                       blank-canvas        >= 0.5  && < 0.7,-                       simple-affine-space >= 0.1  && < 0.2,-                       text                >= 1.1  && < 1.3,-                       Yampa               >= 0.13 && < 0.14,-                       yampa-canvas-  main-is:             DropBalls.hs-  other-modules:       BouncingBalls-  hs-source-dirs:      example-  default-language:    Haskell2010-  ghc-options:         -Wall -threaded+name:                yampa-canvas
+version:             0.2.3
+x-revision: 1
+synopsis:            blank-canvas frontend for Yampa
+description:         @blank-canvas@ frontend for @Yampa@
+license:             BSD3
+license-file:        LICENSE
+author:              Neil Sculthorpe
+maintainer:          andygill@ku.edu
+copyright:           Copyright (c) 2014 The University of Kansas
+category:            Graphics
+build-type:          Simple
+extra-source-files:  CHANGELOG.md, README.md
+tested-with:         GHC == 7.8.4
+                   , GHC == 7.10.3
+                   , GHC == 8.0.2
+                   , GHC == 8.2.2
+                   , GHC == 8.4.4
+                   , GHC == 8.6.1
+cabal-version:       >=1.10
+
+source-repository head
+  type:                git
+  location:            https://github.com/ku-fpg/yampa-canvas
+
+library
+  exposed-modules:     FRP.Yampa.Canvas
+  other-extensions:    ScopedTypeVariables
+  build-depends:       base            >= 4.7   && < 4.14,
+                       blank-canvas    >= 0.5   && < 0.7,
+                       stm             >= 2.4   && < 2.6,
+                       time            >= 1.4   && < 1.10,
+                       Yampa           >= 0.9.6 && < 0.14
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+flag example
+  Description:         Please build the example
+  Default:             False
+
+executable yampa-canvas-bouncing-balls
+  if flag(example)
+    buildable:	       True
+  else
+    buildable:	       False
+  build-depends:       base                >= 4.7  && < 4.14,
+                       blank-canvas        >= 0.5  && < 0.7,
+                       simple-affine-space >= 0.1  && < 0.2,
+                       text                >= 1.1  && < 1.3,
+                       Yampa               >= 0.13 && < 0.14,
+                       yampa-canvas
+  main-is:             DropBalls.hs
+  other-modules:       BouncingBalls
+  hs-source-dirs:      example
+  default-language:    Haskell2010
+  ghc-options:         -Wall -threaded
revision 2
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 1
+x-revision: 2
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
   exposed-modules:     FRP.Yampa.Canvas
   other-extensions:    ScopedTypeVariables
   build-depends:       base            >= 4.7   && < 4.14,
-                       blank-canvas    >= 0.5   && < 0.7,
+                       blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
                        time            >= 1.4   && < 1.10,
                        Yampa           >= 0.9.6 && < 0.14
   else
     buildable:	       False
   build-depends:       base                >= 4.7  && < 4.14,
-                       blank-canvas        >= 0.5  && < 0.7,
+                       blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.2,
                        text                >= 1.1  && < 1.3,
                        Yampa               >= 0.13 && < 0.14,
revision 3
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 2
+x-revision: 3
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
 library
   exposed-modules:     FRP.Yampa.Canvas
   other-extensions:    ScopedTypeVariables
-  build-depends:       base            >= 4.7   && < 4.14,
+  build-depends:       base            >= 4.7   && < 4.15,
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
                        time            >= 1.4   && < 1.10,
     buildable:	       True
   else
     buildable:	       False
-  build-depends:       base                >= 4.7  && < 4.14,
+  build-depends:       base                >= 4.7  && < 4.15,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.2,
                        text                >= 1.1  && < 1.3,
revision 4
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 3
+x-revision: 4
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
   build-depends:       base            >= 4.7   && < 4.15,
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
-                       time            >= 1.4   && < 1.10,
+                       time            >= 1.4   && < 1.11,
                        Yampa           >= 0.9.6 && < 0.14
   hs-source-dirs:      src
   default-language:    Haskell2010
revision 5
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 4
+x-revision: 5
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
 library
   exposed-modules:     FRP.Yampa.Canvas
   other-extensions:    ScopedTypeVariables
-  build-depends:       base            >= 4.7   && < 4.15,
+  build-depends:       base            >= 4.7   && < 4.16,
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
                        time            >= 1.4   && < 1.11,
     buildable:	       True
   else
     buildable:	       False
-  build-depends:       base                >= 4.7  && < 4.15,
+  build-depends:       base                >= 4.7  && < 4.16,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.2,
                        text                >= 1.1  && < 1.3,
revision 6
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 5
+x-revision: 6
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
   build-depends:       base                >= 4.7  && < 4.16,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.2,
-                       text                >= 1.1  && < 1.3,
+                       text                >= 1.1  && < 2.1,
                        Yampa               >= 0.13 && < 0.14,
                        yampa-canvas
   main-is:             DropBalls.hs
revision 7
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 6
+x-revision: 7
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
 library
   exposed-modules:     FRP.Yampa.Canvas
   other-extensions:    ScopedTypeVariables
-  build-depends:       base            >= 4.7   && < 4.16,
+  build-depends:       base            >= 4.7   && < 4.17,
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
-                       time            >= 1.4   && < 1.11,
+                       time            >= 1.4   && < 1.12,
                        Yampa           >= 0.9.6 && < 0.14
   hs-source-dirs:      src
   default-language:    Haskell2010
     buildable:	       True
   else
     buildable:	       False
-  build-depends:       base                >= 4.7  && < 4.16,
+  build-depends:       base                >= 4.7  && < 4.17,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.2,
                        text                >= 1.1  && < 2.1,
revision 8
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 7
+x-revision: 8
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
 library
   exposed-modules:     FRP.Yampa.Canvas
   other-extensions:    ScopedTypeVariables
-  build-depends:       base            >= 4.7   && < 4.17,
+  build-depends:       base            >= 4.7   && < 4.18,
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
-                       time            >= 1.4   && < 1.12,
+                       time            >= 1.4   && < 1.13,
                        Yampa           >= 0.9.6 && < 0.14
   hs-source-dirs:      src
   default-language:    Haskell2010
     buildable:	       True
   else
     buildable:	       False
-  build-depends:       base                >= 4.7  && < 4.17,
+  build-depends:       base                >= 4.7  && < 4.18,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.2,
                        text                >= 1.1  && < 2.1,
revision 9
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 8
+x-revision: 9
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
                        time            >= 1.4   && < 1.13,
-                       Yampa           >= 0.9.6 && < 0.14
+                       Yampa           >= 0.9.6 && < 0.15
   hs-source-dirs:      src
   default-language:    Haskell2010
 
     buildable:	       False
   build-depends:       base                >= 4.7  && < 4.18,
                        blank-canvas        >= 0.5  && < 0.8,
-                       simple-affine-space >= 0.1  && < 0.2,
+                       simple-affine-space >= 0.1  && < 0.3,
                        text                >= 1.1  && < 2.1,
-                       Yampa               >= 0.13 && < 0.14,
+                       Yampa               >= 0.13 && < 0.15,
                        yampa-canvas
   main-is:             DropBalls.hs
   other-modules:       BouncingBalls
revision 10
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 9
+x-revision: 10
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
 library
   exposed-modules:     FRP.Yampa.Canvas
   other-extensions:    ScopedTypeVariables
-  build-depends:       base            >= 4.7   && < 4.18,
+  build-depends:       base            >= 4.7   && < 4.19,
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
                        time            >= 1.4   && < 1.13,
     buildable:	       True
   else
     buildable:	       False
-  build-depends:       base                >= 4.7  && < 4.18,
+  build-depends:       base                >= 4.7  && < 4.19,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.3,
                        text                >= 1.1  && < 2.1,
revision 11
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 10
+x-revision: 11
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
 library
   exposed-modules:     FRP.Yampa.Canvas
   other-extensions:    ScopedTypeVariables
-  build-depends:       base            >= 4.7   && < 4.19,
+  build-depends:       base            >= 4.7   && < 4.20,
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
                        time            >= 1.4   && < 1.13,
     buildable:	       True
   else
     buildable:	       False
-  build-depends:       base                >= 4.7  && < 4.19,
+  build-depends:       base                >= 4.7  && < 4.20,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.3,
                        text                >= 1.1  && < 2.1,
revision 12
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 11
+x-revision: 12
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
   build-depends:       base                >= 4.7  && < 4.20,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.3,
-                       text                >= 1.1  && < 2.1,
+                       text                >= 1.1  && < 2.2,
                        Yampa               >= 0.13 && < 0.15,
                        yampa-canvas
   main-is:             DropBalls.hs
revision 13
 name:                yampa-canvas
 version:             0.2.3
-x-revision: 12
+x-revision: 13
 synopsis:            blank-canvas frontend for Yampa
 description:         @blank-canvas@ frontend for @Yampa@
 license:             BSD3
 library
   exposed-modules:     FRP.Yampa.Canvas
   other-extensions:    ScopedTypeVariables
-  build-depends:       base            >= 4.7   && < 4.20,
+  build-depends:       base            >= 4.7   && < 4.21,
                        blank-canvas    >= 0.5   && < 0.8,
                        stm             >= 2.4   && < 2.6,
                        time            >= 1.4   && < 1.13,
     buildable:	       True
   else
     buildable:	       False
-  build-depends:       base                >= 4.7  && < 4.20,
+  build-depends:       base                >= 4.7  && < 4.21,
                        blank-canvas        >= 0.5  && < 0.8,
                        simple-affine-space >= 0.1  && < 0.3,
                        text                >= 1.1  && < 2.2,