rawfilepath 0.2.3 → 0.2.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- rawfilepath.cabal +1/−1
- test/Spec.hs +1/−1
rawfilepath.cabal view
@@ -1,5 +1,5 @@ name: rawfilepath-version: 0.2.3+version: 0.2.4 synopsis: Use RawFilePath instead of FilePath description: Please see README.md homepage: https://github.com/xtendo-org/rawfilepath#readme
test/Spec.hs view
@@ -1,6 +1,6 @@ {-# language OverloadedStrings #-} -import System.Process.RawFilePath+import RawFilePath import qualified Data.ByteString as B main :: IO ()