Skip to content

Commit

Permalink
Remove unused OverloadedStrings pragma
Browse files Browse the repository at this point in the history
The HLint check in CI was failing because of it.
  • Loading branch information
mrBliss committed Oct 15, 2020
1 parent b6e2e90 commit c67d271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cardano-api/test/Test/Cardano/Api/Typed/Orphans.hs
@@ -1,7 +1,6 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE StandaloneDeriving #-}

{-# OPTIONS_GHC -Wno-orphans #-}
Expand Down

0 comments on commit c67d271

Please sign in to comment.