Skip to content

Commit

Permalink
Merge pull request #44 from msakai/remove-cpp
Browse files Browse the repository at this point in the history
Remove unnecessary CPP
  • Loading branch information
msakai authored Nov 8, 2024
2 parents d17a192 + de51504 commit cacc6ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions Codec/TPTP/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@

module Codec.TPTP.Base where

#ifndef MIN_VERSION_transformers
#define MIN_VERSION_transformers(a,b,c) 1
#endif
#ifndef MIN_VERSION_base
#define MIN_VERSION_base(a,b,c) 1
#endif
-- Assume we are using the newest versions when using ghci without cabal

import Codec.TPTP.QuickCheck
import Control.Applicative
import Control.Monad
Expand Down
2 changes: 1 addition & 1 deletion Codec/TPTP/Diff.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE CPP, NoMonomorphismRestriction, RecordWildCards
{-# LANGUAGE NoMonomorphismRestriction, RecordWildCards
, StandaloneDeriving, MultiParamTypeClasses, FunctionalDependencies
, TypeSynonymInstances, FlexibleInstances, FlexibleContexts
, UndecidableInstances, DeriveDataTypeable, GeneralizedNewtypeDeriving
Expand Down
2 changes: 1 addition & 1 deletion Codec/TPTP/Pretty.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE CPP, NoMonomorphismRestriction, RecordWildCards
{-# LANGUAGE NoMonomorphismRestriction, RecordWildCards
, StandaloneDeriving
, TypeSynonymInstances, FlexibleInstances, FlexibleContexts
, UndecidableInstances, DeriveDataTypeable, GeneralizedNewtypeDeriving
Expand Down

0 comments on commit cacc6ba

Please sign in to comment.