mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-12 04:17:04 +03:00
Enable OverloadedStrings to fix a build error
This commit is contained in:
parent
9fa56160f8
commit
a21a646af2
@ -10,6 +10,7 @@
|
||||
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-# LANGUAGE QuasiQuotes #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
module Cryptol.Prelude (writePreludeContents) where
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user