Skip to content

Commit

Permalink
Actually commit .hlint.yaml, fix a few warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraf812 committed Mar 27, 2020
1 parent 1f79866 commit 4481c70
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
Binary file modified .hlint.yaml
Binary file not shown.
3 changes: 0 additions & 3 deletions bench/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import Control.DeepSeq
import Criterion
import Criterion.Main
import Datafix
import Datafix.Worklist (Density (..),
IterationBound (..),
solveProblem)
import Datafix.Worklist.Graph (GraphRef)
import Numeric.Natural

Expand Down
2 changes: 0 additions & 2 deletions tests/Critical.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ module Critical (tests) where

import Algebra.Lattice
import Datafix
import Datafix.Worklist (Density (..), IterationBound (..),
solveProblem)
import Datafix.Worklist.Graph (GraphRef)
import Numeric.Natural
import Test.Tasty
Expand Down
2 changes: 0 additions & 2 deletions tests/Trivial.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ module Trivial (tests) where

import Algebra.Lattice
import Datafix
import Datafix.Worklist (Density (..), IterationBound (..),
solveProblem)
import Datafix.Worklist.Graph (GraphRef)
import Numeric.Natural
import Test.Tasty
Expand Down

0 comments on commit 4481c70

Please sign in to comment.