From 4ec0c334c39af6a7feb547284c78f79430c5edfb Mon Sep 17 00:00:00 2001 From: krangelov Date: Fri, 24 Dec 2021 10:53:36 +0100 Subject: [PATCH] remove PGF2.Type --- src/runtime/haskell/PGF2/Type.hsc | 3 --- src/runtime/haskell/pgf2.cabal | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 src/runtime/haskell/PGF2/Type.hsc diff --git a/src/runtime/haskell/PGF2/Type.hsc b/src/runtime/haskell/PGF2/Type.hsc deleted file mode 100644 index dafad8e9c..000000000 --- a/src/runtime/haskell/PGF2/Type.hsc +++ /dev/null @@ -1,3 +0,0 @@ -#include - -module PGF2.Type where diff --git a/src/runtime/haskell/pgf2.cabal b/src/runtime/haskell/pgf2.cabal index 79995e0c2..112e1273d 100644 --- a/src/runtime/haskell/pgf2.cabal +++ b/src/runtime/haskell/pgf2.cabal @@ -28,8 +28,7 @@ library PGF other-modules: PGF2.FFI, - PGF2.Expr, - PGF2.Type + PGF2.Expr build-depends: integer-gmp, ghc-prim,