Cabal revisions of kure-2.16.12
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: kure-Version: 2.16.12-Synopsis: Combinators for Strategic Programming-Description: The Kansas University Rewrite Engine (KURE) is a domain-specific language for strategic rewriting.- KURE was inspired by Stratego and StrategyLib, and has similarities with Scrap Your Boilerplate and Uniplate.- .- The basic transformation functionality can be found in "Language.KURE.Transform",- and the traversal functionality can be found in "Language.KURE.Walker".- Several basic examples of using KURE are provided in the source-code bundle.- For larger examples, see the HERMIT or HTML-KURE packages.- .- You can read about KURE in the following article:- .- The Kansas University Rewrite Engine: A Haskell-Embedded Strategic Programming Language with Custom Closed Universes. Neil Sculthorpe, Nicolas Frisby and Andy Gill. Journal of Functional Programming. Cambridge University Press, 24(4), pages 434-473, 2014.- <http://www.cs.swan.ac.uk/~csnas/papers_and_talks/kure.pdf>--Category: Language-License: BSD3-License-file: LICENSE-Author: Neil Sculthorpe and Andy Gill-Maintainer: Neil Sculthorpe <N.A.Sculthorpe@swansea.ac.uk>-Copyright: (c) 2006--2015 The University of Kansas-Homepage: http://www.ittc.ku.edu/csdl/fpg/software/kure.html-Stability: beta-build-type: Simple-Cabal-Version: >= 1.10-Extra-Source-Files:- README.md- CHANGELOG.md- examples/Examples.hs- examples/Fib/AST.hs- examples/Fib/Kure.hs- examples/Fib/Examples.hs- examples/Lam/AST.hs- examples/Lam/Context.hs- examples/Lam/Monad.hs- examples/Lam/Kure.hs- examples/Lam/Examples.hs- examples/Expr/AST.hs- examples/Expr/Context.hs- examples/Expr/Kure.hs- examples/Expr/Examples.hs--Library- Build-Depends:- base >= 4.5 && < 5,- dlist >= 0.2 && < 1,- transformers >= 0.2 && < 1- default-language: Haskell2010- Ghc-Options: -Wall- Exposed-modules:- Language.KURE- Language.KURE.BiTransform- Language.KURE.Combinators- Language.KURE.Combinators.Arrow- Language.KURE.Combinators.Monad- Language.KURE.Combinators.Transform- Language.KURE.Debug- Language.KURE.ExtendableContext- Language.KURE.Injection- Language.KURE.Lens- Language.KURE.MonadCatch- Language.KURE.Path- Language.KURE.Pathfinder- Language.KURE.Transform- Language.KURE.Walker--source-repository head- type: git- location: git://github.com/ku-fpg/kure+Name: kure +Version: 2.16.12 +x-revision: 1 +Synopsis: Combinators for Strategic Programming +Description: The Kansas University Rewrite Engine (KURE) is a domain-specific language for strategic rewriting. + KURE was inspired by Stratego and StrategyLib, and has similarities with Scrap Your Boilerplate and Uniplate. + . + The basic transformation functionality can be found in "Language.KURE.Transform", + and the traversal functionality can be found in "Language.KURE.Walker". + Several basic examples of using KURE are provided in the source-code bundle. + For larger examples, see the HERMIT or HTML-KURE packages. + . + You can read about KURE in the following article: + . + The Kansas University Rewrite Engine: A Haskell-Embedded Strategic Programming Language with Custom Closed Universes. Neil Sculthorpe, Nicolas Frisby and Andy Gill. Journal of Functional Programming. Cambridge University Press, 24(4), pages 434-473, 2014. + <http://neilsculthorpe.com/publications/kure.pdf> + +Category: Language +License: BSD3 +License-file: LICENSE +Author: Neil Sculthorpe and Andy Gill +Maintainer: Neil Sculthorpe <neil.sculthorpe@ntu.ac.uk> +Copyright: (c) 2006--2015 The University of Kansas +Homepage: http://www.ittc.ku.edu/csdl/fpg/software/kure.html +Stability: beta +build-type: Simple +Cabal-Version: >= 1.10 +Extra-Source-Files: + README.md + CHANGELOG.md + examples/Examples.hs + examples/Fib/AST.hs + examples/Fib/Kure.hs + examples/Fib/Examples.hs + examples/Lam/AST.hs + examples/Lam/Context.hs + examples/Lam/Monad.hs + examples/Lam/Kure.hs + examples/Lam/Examples.hs + examples/Expr/AST.hs + examples/Expr/Context.hs + examples/Expr/Kure.hs + examples/Expr/Examples.hs + +Library + Build-Depends: + base >= 4.5 && < 5, + dlist >= 0.2 && < 1, + transformers >= 0.2 && < 1 + default-language: Haskell2010 + Ghc-Options: -Wall + Exposed-modules: + Language.KURE + Language.KURE.BiTransform + Language.KURE.Combinators + Language.KURE.Combinators.Arrow + Language.KURE.Combinators.Monad + Language.KURE.Combinators.Transform + Language.KURE.Debug + Language.KURE.ExtendableContext + Language.KURE.Injection + Language.KURE.Lens + Language.KURE.MonadCatch + Language.KURE.Path + Language.KURE.Pathfinder + Language.KURE.Transform + Language.KURE.Walker + +source-repository head + type: git + location: git://github.com/ku-fpg/kure
revision 2
Name: kure Version: 2.16.12 -x-revision: 1 +x-revision: 2 Synopsis: Combinators for Strategic Programming Description: The Kansas University Rewrite Engine (KURE) is a domain-specific language for strategic rewriting. KURE was inspired by Stratego and StrategyLib, and has similarities with Scrap Your Boilerplate and Uniplate. You can read about KURE in the following article: . The Kansas University Rewrite Engine: A Haskell-Embedded Strategic Programming Language with Custom Closed Universes. Neil Sculthorpe, Nicolas Frisby and Andy Gill. Journal of Functional Programming. Cambridge University Press, 24(4), pages 434-473, 2014. - <http://neilsculthorpe.com/publications/kure.pdf> + <http://dx.doi.org/10.1017/S0956796814000185> Category: Language License: BSD3