Skip to content

Commit

Permalink
GHC: Omit interface pragmas
Browse files Browse the repository at this point in the history
Attempt to work around OOM.

See: morphismtech/squeal#82
  • Loading branch information
gasi committed Feb 28, 2021
1 parent 8aae811 commit b9ac054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ZoomHub/Storage/PostgreSQL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{-# LANGUAGE OverloadedLabels #-}
{-# LANGUAGE TypeApplications #-}
{-# OPTIONS_GHC -O0 #-}
{-# OPTIONS_GHC -fomit-interface-pragmas #-}

module ZoomHub.Storage.PostgreSQL
( -- ** Schema
Expand Down

0 comments on commit b9ac054

Please sign in to comment.