Skip to content

Commit 533e00b

Browse files
committed
Fix whitespace, ignore build directory.
1 parent 7e363fb commit 533e00b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

haskell_edsl/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/

haskell_edsl/checktestdata.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: checktestdata
22
version: 2.0.0
33
synopsis: Checktestdata is a tool to verify the syntactical integrity of test cases in programming contests like the ACM ICPC.
4-
-- description:
4+
-- description:
55
homepage: https://www.domjudge.org/
66
license: BSD3
77
license-file: LICENSE
88
author: DOMjudge developers, Jeroen Bransen
99
maintainer: [email protected]
10-
-- copyright:
10+
-- copyright:
1111
category: Text
1212
build-type: Simple
1313
cabal-version: >=1.10
@@ -50,4 +50,4 @@ Test-Suite checktestdata-test
5050
directory >= 1.3,
5151
checktestdata -any
5252
default-language: Haskell2010
53-
ghc-options: -Wall -O2
53+
ghc-options: -Wall -O2

0 commit comments

Comments
 (0)