Cabal revisions of scotty-view-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial scotty-view.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/--name: scotty-view-description: An extension for Scotty allowing its user to build an HTML- page easily. This library can also read an HTML page from a- file and modify it.-version: 1.0.0-author: Philémon Bouzy-maintainer: philemon.bouzy@gmail.com-license: MIT-category: Web-build-type: Simple-cabal-version: >=1.10-data-files: executable/index.html--library- exposed-modules: ScottyView, HtmlPageBuilder, HtmlPage- build-depends: base >=4.7 && <4.8,- scotty,- text,- transformers >= 0.4.3- default-language: Haskell2010--executable web- hs-source-dirs: executable- build-depends: base >=4.7 && <4.8,- scotty,- text,- transformers >= 0.4.3,- scotty-view- main-is: Web.hs+-- Initial scotty-view.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: scotty-view +description: An extension for Scotty allowing its user to build an HTML + page easily. This library can also read an HTML page from a + file and modify it. + Github repository: https://github.com/PhilemonBouzy/scotty-view +version: 1.0.0 +x-revision: 1 +author: Philémon Bouzy +maintainer: philemon.bouzy@gmail.com +license: MIT +category: Web +build-type: Simple +cabal-version: >=1.10 +data-files: executable/index.html + +library + exposed-modules: ScottyView, HtmlPageBuilder, HtmlPage + build-depends: base >=4.7 && <4.8, + scotty, + text, + transformers >= 0.4.3 + default-language: Haskell2010 + +executable web + hs-source-dirs: executable + build-depends: base >=4.7 && <4.8, + scotty, + text, + transformers >= 0.4.3, + scotty-view + main-is: Web.hs default-language: Haskell2010
revision 2
description: An extension for Scotty allowing its user to build an HTML page easily. This library can also read an HTML page from a file and modify it. - Github repository: https://github.com/PhilemonBouzy/scotty-view + Github repository: https:\/\/github.com\/PhilemonBouzy\/scotty-view version: 1.0.0 -x-revision: 1 +x-revision: 2 author: Philémon Bouzy maintainer: philemon.bouzy@gmail.com license: MIT transformers >= 0.4.3, scotty-view main-is: Web.hs - default-language: Haskell2010+ default-language: Haskell2010