Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Debon committed Feb 6, 2019
1 parent d793b3b commit 988b91f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
6 changes: 0 additions & 6 deletions haskell/app/Main.hs

This file was deleted.

13 changes: 1 addition & 12 deletions haskell/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ dependencies:
library:
source-dirs: src

executables:
haskell-exe:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- haskell

tests:
haskell-test:
main: Spec.hs
Expand Down Expand Up @@ -78,4 +67,4 @@ tests:
- tasty
- tasty-quickcheck
- tasty-hunit
- tasty-discover
- tasty-discover
6 changes: 0 additions & 6 deletions haskell/src/Lib.hs

This file was deleted.

2 changes: 1 addition & 1 deletion haskell/test/InvariantSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ test_1989_12_31 = testCase "1989-12-31 is a new year's eve" $ isNewYearEve (1989

test_2018_12_25 = testCase "2018-12-25 is not a new year's eve" $ isNewYearEve (2018, 12, 25) @?= False

test_2018_08_25 = testCase "2018-08-31 is not a new year's eve" $ isNewYearEve (2018, 8, 31) @?= False
test_2018_08_25 = testCase "2018-08-31 is not a new year's eve" $ isNewYearEve (2018, 8, 31) @?= False

0 comments on commit 988b91f

Please sign in to comment.