Fixup 7.10 build

This commit is contained in:
Huw Campbell 2017-04-12 12:30:33 +10:00
parent 96a6324f78
commit a4fb892c97

View File

@ -1,5 +1,4 @@
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE KindSignatures #-}
@ -11,10 +10,6 @@ module Test.Grenade.Layers.Nonlinear where
import Data.Singletons
#if __GLASGOW_HASKELL__ < 800
import Data.Proxy
#endif
import Grenade
import Hedgehog