mirror of
https://github.com/HuwCampbell/grenade.git
synced 2024-11-25 22:46:57 +03:00
Fixup 7.10 build
This commit is contained in:
parent
96a6324f78
commit
a4fb892c97
@ -1,5 +1,4 @@
|
|||||||
{-# LANGUAGE BangPatterns #-}
|
{-# LANGUAGE BangPatterns #-}
|
||||||
{-# LANGUAGE CPP #-}
|
|
||||||
{-# LANGUAGE TemplateHaskell #-}
|
{-# LANGUAGE TemplateHaskell #-}
|
||||||
{-# LANGUAGE DataKinds #-}
|
{-# LANGUAGE DataKinds #-}
|
||||||
{-# LANGUAGE KindSignatures #-}
|
{-# LANGUAGE KindSignatures #-}
|
||||||
@ -11,10 +10,6 @@ module Test.Grenade.Layers.Nonlinear where
|
|||||||
|
|
||||||
import Data.Singletons
|
import Data.Singletons
|
||||||
|
|
||||||
#if __GLASGOW_HASKELL__ < 800
|
|
||||||
import Data.Proxy
|
|
||||||
#endif
|
|
||||||
|
|
||||||
import Grenade
|
import Grenade
|
||||||
|
|
||||||
import Hedgehog
|
import Hedgehog
|
||||||
|
Loading…
Reference in New Issue
Block a user