Enable OverloadedStrings to fix a build error

This commit is contained in:
Trevor Elliott 2015-08-13 14:42:10 -07:00
parent 9fa56160f8
commit a21a646af2

View File

@ -10,6 +10,7 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE OverloadedStrings #-}
module Cryptol.Prelude (writePreludeContents) where