Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinland committed Sep 20, 2024
1 parent 68da63e commit 2cfe661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bids/Meckwell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module Bids.Meckwell(
import Action(Action)
import Bids.NaturalOneNotrumpDefense(singleSuited, twoSuited)
import Bids.StandardOpenings(b1N)
import EDSL(pointRange, minSuitLength, maxSuitLength, makeCall, alternatives,
makeAlertableCall, forEach)
import EDSL(minSuitLength, maxSuitLength, makeCall, makeAlertableCall,
alternatives, forEach)
import Output ((.+))
import qualified Terminology as T

Expand Down

0 comments on commit 2cfe661

Please sign in to comment.