Skip to content

Commit

Permalink
Fix build on GHC 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Apr 28, 2016
1 parent 5be8e34 commit 47b3913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Fetch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import qualified Data.List.NonEmpty as NE
import Data.Map (Map)
import qualified Data.Map as Map
import Data.Maybe (maybeToList, catMaybes)
import Data.Monoid ((<>))
import Data.Monoid
import Data.Set (Set)
import qualified Data.Set as Set
import Data.String (fromString)
Expand Down
1 change: 1 addition & 0 deletions stack-7.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ extra-deps:
- x509-system-1.6.3
- http-client-tls-0.2.4
- connection-0.2.5
- monad-unlift-0.1.1.0

0 comments on commit 47b3913

Please sign in to comment.