Cabal revisions of yampa-canvas-0.2.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: yampa-canvas-version: 0.2.2-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-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.9,- blank-canvas >= 0.5 && < 0.7,- stm == 2.4.*,- time >= 1.4 && < 1.6,- Yampa >= 0.9.6 && < 0.11- 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.9,- blank-canvas >= 0.5 && < 0.7,- text >= 1.1 && < 1.3,- Yampa >= 0.9.6 && < 0.11,- yampa-canvas == 0.2.2- main-is: DropBalls.hs- other-modules: BouncingBalls- hs-source-dirs: example- default-language: Haskell2010- ghc-options: -Wall -threaded+name: yampa-canvas +version: 0.2.2 +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 +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.10, + blank-canvas >= 0.5 && < 0.7, + stm == 2.4.*, + time >= 1.4 && < 1.7, + Yampa >= 0.9.6 && < 0.11 + 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.10, + blank-canvas >= 0.5 && < 0.7, + text >= 1.1 && < 1.3, + Yampa >= 0.9.6 && < 0.11, + yampa-canvas == 0.2.2 + 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.2 -x-revision: 1 +x-revision: 2 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.10, + build-depends: base >= 4.7 && < 4.11, blank-canvas >= 0.5 && < 0.7, stm == 2.4.*, - time >= 1.4 && < 1.7, + time >= 1.4 && < 1.9, Yampa >= 0.9.6 && < 0.11 hs-source-dirs: src default-language: Haskell2010 buildable: True else buildable: False - build-depends: base >= 4.7 && < 4.10, + build-depends: base >= 4.7 && < 4.11, blank-canvas >= 0.5 && < 0.7, text >= 1.1 && < 1.3, Yampa >= 0.9.6 && < 0.11,
revision 3
name: yampa-canvas version: 0.2.2 -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.11, + build-depends: base >= 4.7 && < 4.12, blank-canvas >= 0.5 && < 0.7, stm == 2.4.*, time >= 1.4 && < 1.9, buildable: True else buildable: False - build-depends: base >= 4.7 && < 4.11, + build-depends: base >= 4.7 && < 4.12, blank-canvas >= 0.5 && < 0.7, text >= 1.1 && < 1.3, Yampa >= 0.9.6 && < 0.11,
revision 4
name: yampa-canvas version: 0.2.2 -x-revision: 3 +x-revision: 4 synopsis: blank-canvas frontend for Yampa description: @blank-canvas@ frontend for @Yampa@ license: BSD3 blank-canvas >= 0.5 && < 0.7, stm == 2.4.*, time >= 1.4 && < 1.9, - Yampa >= 0.9.6 && < 0.11 + Yampa >= 0.9.6 && < 0.12 hs-source-dirs: src default-language: Haskell2010 build-depends: base >= 4.7 && < 4.12, blank-canvas >= 0.5 && < 0.7, text >= 1.1 && < 1.3, - Yampa >= 0.9.6 && < 0.11, - yampa-canvas == 0.2.2 + Yampa >= 0.9.6 && < 0.12, + yampa-canvas main-is: DropBalls.hs other-modules: BouncingBalls hs-source-dirs: example
revision 5
name: yampa-canvas version: 0.2.2 -x-revision: 4 +x-revision: 5 synopsis: blank-canvas frontend for Yampa description: @blank-canvas@ frontend for @Yampa@ license: BSD3 other-extensions: ScopedTypeVariables build-depends: base >= 4.7 && < 4.12, blank-canvas >= 0.5 && < 0.7, - stm == 2.4.*, + stm >= 2.4 && < 2.6, time >= 1.4 && < 1.9, Yampa >= 0.9.6 && < 0.12 hs-source-dirs: src
revision 6
name: yampa-canvas version: 0.2.2 -x-revision: 5 +x-revision: 6 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.12, + build-depends: base >= 4.7 && < 4.13, blank-canvas >= 0.5 && < 0.7, stm >= 2.4 && < 2.6, time >= 1.4 && < 1.9, buildable: True else buildable: False - build-depends: base >= 4.7 && < 4.12, + build-depends: base >= 4.7 && < 4.13, blank-canvas >= 0.5 && < 0.7, text >= 1.1 && < 1.3, Yampa >= 0.9.6 && < 0.12,
revision 7
name: yampa-canvas version: 0.2.2 -x-revision: 6 +x-revision: 7 synopsis: blank-canvas frontend for Yampa description: @blank-canvas@ frontend for @Yampa@ license: BSD3 blank-canvas >= 0.5 && < 0.7, stm >= 2.4 && < 2.6, time >= 1.4 && < 1.9, - Yampa >= 0.9.6 && < 0.12 + Yampa >= 0.9.6 && < 0.13 hs-source-dirs: src default-language: Haskell2010 build-depends: base >= 4.7 && < 4.13, blank-canvas >= 0.5 && < 0.7, text >= 1.1 && < 1.3, - Yampa >= 0.9.6 && < 0.12, + Yampa >= 0.9.6 && < 0.13, yampa-canvas main-is: DropBalls.hs other-modules: BouncingBalls