Skip to content

Commit

Permalink
Don't optimize Promotion.Prelude.List. Fixes #96
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stolarek committed Sep 23, 2014
1 parent 0c85cf8 commit ea66972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/Promotion/Prelude/List.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE TypeOperators, DataKinds, PolyKinds, TypeFamilies,
TemplateHaskell, GADTs, UndecidableInstances, RankNTypes,
ScopedTypeVariables, MultiWayIf #-}
{-# OPTIONS_GHC -O0 #-}

-----------------------------------------------------------------------------
-- |
Expand Down

0 comments on commit ea66972

Please sign in to comment.