Cabal revisions of kansas-comet-0.4.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: kansas-comet-Version: 0.4.1-Synopsis: A JavaScript push mechanism based on the comet idiom-Homepage: https://github.com/ku-fpg/kansas-comet/-Bug-reports: https://github.com/ku-fpg/kansas-comet/issues-License: BSD3-License-file: LICENSE-Author: Andrew Gill <andygill@ku.edu>, Andrew Farmer <anfarmer@ku.edu>-Maintainer: Andrew Gill <andygill@ku.edu>-Copyright: (c) 2014 The University of Kansas-Category: Web-Stability: beta-Build-type: Simple-extra-source-files: CHANGELOG.md, README.md-Cabal-version: >= 1.10-tested-with: GHC == 7.6.3- , GHC == 7.8.4- , GHC == 7.10.3- , GHC == 8.0.2- , GHC == 8.2.2- , GHC == 8.4.4- , GHC == 8.6.5- , GHC == 8.8.4- , GHC == 8.10.4- , GHC == 9.0.1-Description:- A transport-level remote JavaScript RESTful push mechanism.--data-files:- static/js/kansas-comet.js--Library- Exposed-modules: Web.Scotty.Comet- other-modules: Paths_kansas_comet- default-language: Haskell2010- build-depends:- -- TODO: Eventually, we should bump the lower version- -- bounds to >=2 so that we can remove some CPP in- -- Web.Scotty.Comet.- aeson >= 0.9 && < 2.1,- base >= 4.6 && < 4.16,- containers >= 0.4 && < 0.7,- data-default-class >= 0.0.1 && < 0.2,- scotty >= 0.10 && < 0.13,- stm >= 2.2 && < 2.6,- text >= 0.11.3.1 && < 1.6,- time >= 1.2 && < 1.11,- transformers >= 0.3 && < 0.6,- unordered-containers >= 0.2.3 && < 0.3-- GHC-options: -Wall--source-repository head- type: git- location: git://github.com/ku-fpg/kansas-comet.git+Name: kansas-comet +Version: 0.4.1 +x-revision: 1 +Synopsis: A JavaScript push mechanism based on the comet idiom +Homepage: https://github.com/ku-fpg/kansas-comet/ +Bug-reports: https://github.com/ku-fpg/kansas-comet/issues +License: BSD3 +License-file: LICENSE +Author: Andrew Gill <andygill@ku.edu>, Andrew Farmer <anfarmer@ku.edu> +Maintainer: Andrew Gill <andygill@ku.edu> +Copyright: (c) 2014 The University of Kansas +Category: Web +Stability: beta +Build-type: Simple +extra-source-files: CHANGELOG.md, README.md +Cabal-version: >= 1.10 +tested-with: GHC == 7.6.3 + , GHC == 7.8.4 + , GHC == 7.10.3 + , GHC == 8.0.2 + , GHC == 8.2.2 + , GHC == 8.4.4 + , GHC == 8.6.5 + , GHC == 8.8.4 + , GHC == 8.10.4 + , GHC == 9.0.1 +Description: + A transport-level remote JavaScript RESTful push mechanism. + +data-files: + static/js/kansas-comet.js + +Library + Exposed-modules: Web.Scotty.Comet + other-modules: Paths_kansas_comet + default-language: Haskell2010 + build-depends: + -- TODO: Eventually, we should bump the lower version + -- bounds to >=2 so that we can remove some CPP in + -- Web.Scotty.Comet. + aeson >= 0.9 && < 2.1, + base >= 4.6 && < 4.16, + containers >= 0.4 && < 0.7, + data-default-class >= 0.0.1 && < 0.2, + scotty >= 0.10 && < 0.13, + stm >= 2.2 && < 2.6, + text >= 0.11.3.1 && < 2.1, + time >= 1.2 && < 1.11, + transformers >= 0.3 && < 0.6, + unordered-containers >= 0.2.3 && < 0.3 + + GHC-options: -Wall + +source-repository head + type: git + location: git://github.com/ku-fpg/kansas-comet.git
revision 2
Name: kansas-comet Version: 0.4.1 -x-revision: 1 +x-revision: 2 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues -- bounds to >=2 so that we can remove some CPP in -- Web.Scotty.Comet. aeson >= 0.9 && < 2.1, - base >= 4.6 && < 4.16, + base >= 4.6 && < 4.17, containers >= 0.4 && < 0.7, data-default-class >= 0.0.1 && < 0.2, scotty >= 0.10 && < 0.13, stm >= 2.2 && < 2.6, text >= 0.11.3.1 && < 2.1, - time >= 1.2 && < 1.11, + time >= 1.2 && < 1.12, transformers >= 0.3 && < 0.6, unordered-containers >= 0.2.3 && < 0.3
revision 3
Name: kansas-comet Version: 0.4.1 -x-revision: 2 +x-revision: 3 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues -- TODO: Eventually, we should bump the lower version -- bounds to >=2 so that we can remove some CPP in -- Web.Scotty.Comet. - aeson >= 0.9 && < 2.1, + aeson >= 0.9 && < 2.2, base >= 4.6 && < 4.17, containers >= 0.4 && < 0.7, data-default-class >= 0.0.1 && < 0.2,
revision 4
Name: kansas-comet Version: 0.4.1 -x-revision: 3 +x-revision: 4 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues -- bounds to >=2 so that we can remove some CPP in -- Web.Scotty.Comet. aeson >= 0.9 && < 2.2, - base >= 4.6 && < 4.17, + base >= 4.6 && < 4.18, containers >= 0.4 && < 0.7, data-default-class >= 0.0.1 && < 0.2, scotty >= 0.10 && < 0.13, stm >= 2.2 && < 2.6, text >= 0.11.3.1 && < 2.1, - time >= 1.2 && < 1.12, + time >= 1.2 && < 1.13, transformers >= 0.3 && < 0.6, unordered-containers >= 0.2.3 && < 0.3
revision 5
Name: kansas-comet Version: 0.4.1 -x-revision: 4 +x-revision: 5 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues -- bounds to >=2 so that we can remove some CPP in -- Web.Scotty.Comet. aeson >= 0.9 && < 2.2, - base >= 4.6 && < 4.18, + base >= 4.6 && < 4.19, containers >= 0.4 && < 0.7, data-default-class >= 0.0.1 && < 0.2, scotty >= 0.10 && < 0.13, stm >= 2.2 && < 2.6, text >= 0.11.3.1 && < 2.1, time >= 1.2 && < 1.13, - transformers >= 0.3 && < 0.6, + transformers >= 0.3 && < 0.7, unordered-containers >= 0.2.3 && < 0.3 GHC-options: -Wall
revision 6
Name: kansas-comet Version: 0.4.1 -x-revision: 5 +x-revision: 6 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues -- TODO: Eventually, we should bump the lower version -- bounds to >=2 so that we can remove some CPP in -- Web.Scotty.Comet. - aeson >= 0.9 && < 2.2, + aeson >= 0.9 && < 2.3, base >= 4.6 && < 4.19, containers >= 0.4 && < 0.7, data-default-class >= 0.0.1 && < 0.2,
revision 7
Name: kansas-comet Version: 0.4.1 -x-revision: 6 +x-revision: 7 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues -- bounds to >=2 so that we can remove some CPP in -- Web.Scotty.Comet. aeson >= 0.9 && < 2.3, - base >= 4.6 && < 4.19, + base >= 4.6 && < 4.20, containers >= 0.4 && < 0.7, data-default-class >= 0.0.1 && < 0.2, scotty >= 0.10 && < 0.13,
revision 8
Name: kansas-comet Version: 0.4.1 -x-revision: 7 +x-revision: 8 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues data-default-class >= 0.0.1 && < 0.2, scotty >= 0.10 && < 0.13, stm >= 2.2 && < 2.6, - text >= 0.11.3.1 && < 2.1, + text >= 0.11.3.1 && < 2.2, time >= 1.2 && < 1.13, transformers >= 0.3 && < 0.7, unordered-containers >= 0.2.3 && < 0.3
revision 9
Name: kansas-comet Version: 0.4.1 -x-revision: 8 +x-revision: 9 Synopsis: A JavaScript push mechanism based on the comet idiom Homepage: https://github.com/ku-fpg/kansas-comet/ Bug-reports: https://github.com/ku-fpg/kansas-comet/issues -- Web.Scotty.Comet. aeson >= 0.9 && < 2.3, base >= 4.6 && < 4.20, - containers >= 0.4 && < 0.7, + containers >= 0.4 && < 0.8, data-default-class >= 0.0.1 && < 0.2, scotty >= 0.10 && < 0.13, stm >= 2.2 && < 2.6,