Skip to content

Commit 7ff721a

Browse files
committed
Merge remote-tracking branch 'origin/pr/262'
2 parents b84b1e8 + 251fb99 commit 7ff721a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hacking
22

33
Most of the code is in `System/FilePath/Internal.hs` which is `cpphs`'d into both `System/FilePath/Posix.hs`
4-
and `System/FilePath/Windows.hs` via `make cpp` and commited to the repo. This Internal module is a bit weird
4+
and `System/FilePath/Windows.hs` via `make cpp` and committed to the repo. This Internal module is a bit weird
55
in that it isn't really a Haskell module, but is more an include file.
66

77
The library has extensive doc tests. Anything starting with `-- >` is transformed into a doc test as a predicate

0 commit comments

Comments
 (0)