Skip to content

Commit

Permalink
Include LambdaCase extension in Cabal file.
Browse files Browse the repository at this point in the history
Looking [here] it appears that we don't get a failing build plan for GHC 7.4 because we don't require this extension in the Cabal file.

[here]: http://matrix.hackage.haskell.org/package/diagrams-lib
  • Loading branch information
fryguybob committed Aug 31, 2015
1 parent 57a6461 commit 6340ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diagrams-lib.cabal
Expand Up @@ -139,4 +139,5 @@ Library
DeriveFunctor, DeriveGeneric, EmptyDataDecls, ExistentialQuantification,
GADTs, GeneralizedNewtypeDeriving, NoMonomorphismRestriction, Rank2Types,
RankNTypes, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell,
TypeOperators, TypeSynonymInstances, UndecidableInstances, ViewPatterns
TypeOperators, TypeSynonymInstances, UndecidableInstances, ViewPatterns,
LambdaCase

0 comments on commit 6340ca4

Please sign in to comment.