Skip to content

Commit

Permalink
Disable doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed Jul 6, 2022
1 parent 1b19c55 commit 48342c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Streamly/Coreutils/Chmod.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ chmodWith utype (Permissions r w e) path = do
setOthersPermissions

-- | Supports only override permissions bits
-- >>> chmod [perm|a=rwx|] "a.txt"
-- >> chmod [perm|a=rwx|] "a.txt"
--
chmod :: UserTypePerm -> FilePath -> IO ()
chmod pat = chmodWith (utype pat) (permssions pat)
2 changes: 1 addition & 1 deletion streamly-coreutils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ library
, unix >= 2.7.0 && < 2.8
, directory >= 1.2.2 && < 1.4
, data-default-class >= 0.1 && < 0.2
, template-haskell >= 2.13.0 && < 2.19.0
, template-haskell >= 2.10.0 && < 2.19.0
hs-source-dirs: src
exposed-modules:
Streamly.Coreutils
Expand Down

0 comments on commit 48342c3

Please sign in to comment.