Skip to content

Commit 9f93cc5

Browse files
committed
Minor documentation tweaks.
1 parent 3460cc1 commit 9f93cc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ according to which the testdata is checked. Two sample scripts
1616

1717
[Checktestdata language specification](doc/format-spec.md)
1818

19-
We also have a [Haskell implementation](haskell_edsl/README.md) of the
19+
We also have a [Haskell implementation](haskell_edsl/) of the
2020
checktestdata program, which supports this specification as well as a
2121
Haskell embedded domain-specific language.
2222

haskell_edsl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Checktestdata Haskell EDSL
22

3-
This is a Haskell implementation of the checktestdata tool. The language is build as a Haskell EDSL with can be used to check a specific format of the data, as well as checking semantic correctness of the data. There is also an executable providing backwards compatibility with existing CTD scripts.
3+
This is a Haskell implementation of the checktestdata tool. The language is build as a Haskell EDSL which can be used to check a specific format of the data, as well as checking semantic correctness of the data. There is also an executable providing backwards compatibility with existing CTD scripts.
44

55
For building, a recent [Haskell compiler](https://www.haskell.org/ghc/) is needed, as well as a build tool such as [Cabal](https://www.haskell.org/cabal/) or [Stack](https://www.haskellstack.org/). For installing both the compiler and a build tool, [Haskell Platform](https://www.haskell.org/platform/) is recommended.
66

0 commit comments

Comments
 (0)