Skip to content

Commit

Permalink
Fix the build on old GHCs
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Mar 5, 2017
1 parent 145dfa0 commit d6d0835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/Proxy/Compat.hs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{-# LANGUAGE CPP, NoImplicitPrelude #-}
module Data.Proxy.Compat (
#if MIN_VERSION_base(4,7,0)
module Base
module Base,
#endif
, asProxyTypeOf
asProxyTypeOf
) where

#if MIN_VERSION_base(4,7,0)
Expand Down

0 comments on commit d6d0835

Please sign in to comment.