shake 0.3.9 → 0.3.10
raw patch · 2 files changed
+8/−1 lines, 2 files
Files
- Paths.hs +6/−0
- shake.cabal +2/−1
+ Paths.hs view
@@ -0,0 +1,6 @@+-- | Fake cabal module for local building++module Paths_shake where++getDataFileName :: FilePath -> IO FilePath+getDataFileName x = return $ "./" ++ x
shake.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.8 build-type: Simple name: shake-version: 0.3.9+version: 0.3.10 license: BSD3 license-file: LICENSE category: Development@@ -38,6 +38,7 @@ Examples/C/constants.h Examples/C/main.c Examples/Tar/list.txt+ Paths.hs data-files: html/bootstrap.js