X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=ecb0d2deeed98353d683fc79c362bd46d0d36f9f;hb=ac0439db2ece671089cec9ade21754c3ad22c134;hp=04caae1496aefb2fbf5c3a3fc33b016774c0aa34;hpb=4277f8687cf5085e92404b6540025f8a51fdda35;p=ghc-base.git diff --git a/base.cabal b/base.cabal index 04caae1..ecb0d2d 100644 --- a/base.cabal +++ b/base.cabal @@ -104,7 +104,8 @@ Library { ForeignFunctionInterface, UnliftedFFITypes, DeriveDataTypeable, GeneralizedNewtypeDeriving, FlexibleInstances, StandaloneDeriving, - PatternGuards, EmptyDataDecls, NoImplicitPrelude + PatternGuards, EmptyDataDecls, NoImplicitPrelude, + NondecreasingIndentation } exposed-modules: Control.Applicative,