Skip to content

Commit 1a4613d

Browse files
author
Jaro Reinders
committed
Fix build
1 parent a790efb commit 1a4613d

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

examples/Example/Fleet/Eratosthenes.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# OPTIONS_GHC -O2 #-}
2-
module Eratosthenes where
2+
module Example.Fleet.Eratosthenes where
33

44
import Fleet.Array as Fleet
55

examples/Example/Fleet/Quicksort.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# OPTIONS_GHC -Wno-name-shadowing -ddump-simpl -ddump-to-file -dsuppress-all -dno-suppress-type-signatures -dno-typeable-binds #-}
2-
module Quicksort (quicksort) where
2+
module Example.Fleet.Quicksort (quicksort) where
33

44
import Fleet.Array
55
import Data.Tuple (Solo (MkSolo))

examples/Example/MutArr/MutArr.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# LANGUAGE MagicHash, UnboxedTuples #-}
2-
module MutArr where
2+
module Example.MutArr.MutArr where
33

44
import GHC.Exts
55
import GHC.Base

fleet-array.cabal

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,7 @@ benchmark fleet-array-bench
5858
import: warnings
5959
main-is: Bench.hs
6060
other-modules: Array
61-
, Quicksort
62-
, QuicksortMA
6361
, QuicksortIM
64-
, Eratosthenes
65-
, EratosthenesMA
66-
, MutArr
6762
build-depends: base, fleet-array, fleet-array:examples, tasty-bench ^>= {0.4.1}, containers
6863
hs-source-dirs: bench/
6964
default-language: GHC2021

0 commit comments

Comments
 (0)