Skip to content

Commit

Permalink
Fix compilation with GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Mar 6, 2023
1 parent cd0af2a commit a6ceaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Disparity.hs
Expand Up @@ -7,7 +7,7 @@ module Disparity where
import qualified Data.Array.ShapedS as OS
import Data.List
import qualified Foreign.Storable as F
import GHC.TypeLits
import GHC.TypeLits (KnownNat)
import HordeAd
import Prelude
import qualified System.Random as R
Expand Down

0 comments on commit a6ceaeb

Please sign in to comment.