servant-static-th 0.1.0.1 → 0.1.0.2
raw patch · 4 files changed
+8/−2 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- servant-static-th.cabal +5/−2
- test/test-dir/dir/inner-file.html +1/−0
- test/test-dir/dir/test.js +1/−0
- test/test-dir/hello.html +1/−0
servant-static-th.cabal view
@@ -1,6 +1,6 @@ name: servant-static-th-version: 0.1.0.1-synopsis: Embed a directory of static files in your application and serve them from your Servant server+version: 0.1.0.2+synopsis: Embed a directory of static files in your app and serve them from a Servant server description: Please see <https://github.com/cdepillabout/servant-static-th#readme README.md>. homepage: https://github.com/cdepillabout/servant-static-th license: BSD3@@ -11,6 +11,9 @@ category: Text build-type: Simple extra-source-files: README.md+ , test/test-dir/dir/inner-file.html+ , test/test-dir/dir/test.js+ , test/test-dir/hello.html cabal-version: >=1.10 flag buildexample
+ test/test-dir/dir/inner-file.html view
@@ -0,0 +1,1 @@+Inner File
+ test/test-dir/dir/test.js view
@@ -0,0 +1,1 @@+console.log("hello world");
+ test/test-dir/hello.html view
@@ -0,0 +1,1 @@+Hello World