Skip to content

Commit

Permalink
Fix 7.8 build (ConstraintKinds for BinarySchema)
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Sep 8, 2015
1 parent aeec6fc commit 05dd573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Stack/Build/Cache.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE ConstraintKinds #-}
-- | Cache information about previous builds
module Stack.Build.Cache
( tryGetBuildCache
Expand Down

0 comments on commit 05dd573

Please sign in to comment.