Skip to content

Commit

Permalink
fix(bench): Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jan 17, 2024
1 parent 09ed2d0 commit 2bcee8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Main (main) where

import Data.Gibberish.Format
import Data.Gibberish.GenTrigraph (genTrigraph)
import Data.Gibberish.Types (Trigraph (..))
import Data.Gibberish.Types (Trigraph (..), Word (..))
import Paths_gibberish (getDataDir)

import Criterion.Main
Expand Down

0 comments on commit 2bcee8c

Please sign in to comment.