stack-templatizer 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+14/−14 lines, 3 files
Files
- CHANGELOG.md +6/−0
- README.md +2/−11
- stack-templatizer.cabal +6/−3
CHANGELOG.md view
@@ -1,5 +1,11 @@ # CHANGELOG +## v0.1.0.2++* Fix package category, from Web to Development.+* Test with Stack LTS v15.0.+* Add link in README to example repository.+ ## v0.1.0.1 * Documentation fixes
README.md view
@@ -22,17 +22,8 @@ a `my-template-folder.hsfiles` stack template. -**hpack template**--Things I do after initing a `simple-hpack` template:--* Add gitignore w/ cabal & stack-work-* change exe to `app/Main.hs`-* Add library section-* set GHC options-* lint stack.yaml & package.yaml-* add LICENSE section to readme-* add github section to package.yaml+For an example repository that generates a stack template, see+[hpack-template](https://github.com/prikhi/hpack-template). # LICENSE
stack-templatizer.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: c9c98bdc745f8727c05701289b4fbca322b2b8eba1e403a43d1fc7015d76d087+-- hash: f2cc2a486169fe7d08e68628e9c2ba522e1ab20ace9d1ba2039c7dd3d3bdab8e name: stack-templatizer-version: 0.1.0.1+version: 0.1.0.2 synopsis: Generate a stack template from a folder. description: @stack-templatizer@ is an application that generates a @.hsfiles@ stack template from a folder of template files.@@ -18,7 +18,10 @@ . Then run @stack-templatizer my-folder@ to turn all the files in @my-folder@ into a @my-folder.hsfiles@ stack template.-category: Web+ .+ You can see an example folder & the generated @hs-files@ in the+ <https://github.com/prikhi/hpack-template hpack template repository>.+category: Development homepage: https://github.com/prikhi/stack-templatizer#readme bug-reports: https://github.com/prikhi/stack-templatizer/issues author: Pavan Rikhi