We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e363fb commit 533e00bCopy full SHA for 533e00b
haskell_edsl/.gitignore
@@ -0,0 +1 @@
1
+dist/
haskell_edsl/checktestdata.cabal
@@ -1,13 +1,13 @@
name: checktestdata
2
version: 2.0.0
3
synopsis: Checktestdata is a tool to verify the syntactical integrity of test cases in programming contests like the ACM ICPC.
4
--- description:
+-- description:
5
homepage: https://www.domjudge.org/
6
license: BSD3
7
license-file: LICENSE
8
author: DOMjudge developers, Jeroen Bransen
9
maintainer: [email protected]
10
--- copyright:
+-- copyright:
11
category: Text
12
build-type: Simple
13
cabal-version: >=1.10
@@ -50,4 +50,4 @@ Test-Suite checktestdata-test
50
directory >= 1.3,
51
checktestdata -any
52
default-language: Haskell2010
53
- ghc-options: -Wall -O2
+ ghc-options: -Wall -O2
0 commit comments