Skip to content

Commit 48342c3

Browse files
committed
Disable doctest
1 parent 1b19c55 commit 48342c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Streamly/Coreutils/Chmod.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ chmodWith utype (Permissions r w e) path = do
6868
setOthersPermissions
6969

7070
-- | Supports only override permissions bits
71-
-- >>> chmod [perm|a=rwx|] "a.txt"
71+
-- >> chmod [perm|a=rwx|] "a.txt"
7272
--
7373
chmod :: UserTypePerm -> FilePath -> IO ()
7474
chmod pat = chmodWith (utype pat) (permssions pat)

streamly-coreutils.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ library
9292
, unix >= 2.7.0 && < 2.8
9393
, directory >= 1.2.2 && < 1.4
9494
, data-default-class >= 0.1 && < 0.2
95-
, template-haskell >= 2.13.0 && < 2.19.0
95+
, template-haskell >= 2.10.0 && < 2.19.0
9696
hs-source-dirs: src
9797
exposed-modules:
9898
Streamly.Coreutils

0 commit comments

Comments
 (0)