remove PGF2.Type

This commit is contained in:
krangelov
2021-12-24 10:53:36 +01:00
parent 5c16693da3
commit 4ec0c334c3
2 changed files with 1 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
#include <pgf/pgf.h>
module PGF2.Type where

View File

@@ -28,8 +28,7 @@ library
PGF
other-modules:
PGF2.FFI,
PGF2.Expr,
PGF2.Type
PGF2.Expr
build-depends:
integer-gmp,
ghc-prim,