We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b19c55 commit 48342c3Copy full SHA for 48342c3
2 files changed
src/Streamly/Coreutils/Chmod.hs
@@ -68,7 +68,7 @@ chmodWith utype (Permissions r w e) path = do
68
setOthersPermissions
69
70
-- | Supports only override permissions bits
71
--- >>> chmod [perm|a=rwx|] "a.txt"
+-- >> chmod [perm|a=rwx|] "a.txt"
72
--
73
chmod :: UserTypePerm -> FilePath -> IO ()
74
chmod pat = chmodWith (utype pat) (permssions pat)
streamly-coreutils.cabal
@@ -92,7 +92,7 @@ library
92
, unix >= 2.7.0 && < 2.8
93
, directory >= 1.2.2 && < 1.4
94
, data-default-class >= 0.1 && < 0.2
95
- , template-haskell >= 2.13.0 && < 2.19.0
+ , template-haskell >= 2.10.0 && < 2.19.0
96
hs-source-dirs: src
97
exposed-modules:
98
Streamly.Coreutils
0 commit comments