Skip to content

Commit

Permalink
Remove unused LANGUAGE pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed Oct 21, 2021
1 parent 21bb5cf commit a143ff4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions lib/core/src/Cardano/Api/Gen.hs
@@ -1,10 +1,3 @@
{-# LANGUAGE GADTs #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}

module Cardano.Api.Gen
( genTxIn
Expand Down
2 changes: 0 additions & 2 deletions lib/core/test/unit/Cardano/Api/GenSpec.hs
@@ -1,6 +1,4 @@
{-# LANGUAGE GADTs #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE RankNTypes #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

module Cardano.Api.GenSpec (spec) where
Expand Down

0 comments on commit a143ff4

Please sign in to comment.