file-command-qq 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- file-command-qq.cabal +2/−2
file-command-qq.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: file-command-qq-version: 0.1.0.4+version: 0.1.0.5 synopsis: Quasiquoter for system commands involving filepaths description: file-command-qq is a simple quasiquoter for running system commands that take a filepath as an argument.@@ -63,6 +63,6 @@ exposed-modules: FileCommand -- other-modules: other-extensions: TemplateHaskell, QuasiQuotes, LambdaCase- build-depends: base >=4.7 && <4.8, parsec >=3.1 && <3.2, template-haskell >=2.9 && <2.10, process >=1.2 && <1.3, system-filepath >=0.4 && <0.5, text >=1.1 && <1.2+ build-depends: base >=4.7 && <4.8, parsec >=3.1 && <3.2, template-haskell >=2.9 && <2.10, process >=1.2 && <1.3, system-filepath >=0.4 && <0.5, text >=1.1 && <1.3 hs-source-dirs: src default-language: Haskell2010