Skip to content

Commit

Permalink
Remove unneeded language extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ozataman committed Dec 24, 2010
1 parent 68fbbb1 commit f8b819e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions snap-extension-mongodb.cabal
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ Library
, compact-string-fix >= 0.3.1 && < 0.4 , compact-string-fix >= 0.3.1 && < 0.4
, containers >= 0.3 && < 0.4 , containers >= 0.3 && < 0.4
, mongoDB >= 0.9 && < 0.10 , mongoDB >= 0.9 && < 0.10
, mtl , mtl >= 2 && < 3
, snap >= 0.3 && < 0.4 , snap >= 0.3 && < 0.4
, snap-core >= 0.3 && < 0.4 , snap-core >= 0.3 && < 0.4


extensions: extensions:
OverloadedStrings OverloadedStrings
, Rank2Types
, MultiParamTypeClasses
, UndecidableInstances
, FlexibleInstances , FlexibleInstances

0 comments on commit f8b819e

Please sign in to comment.