move the C sources to the subfolder pgf again for backwards compatibility

This commit is contained in:
krangelov
2021-08-08 18:29:16 +02:00
parent f70e1b8772
commit 91f183ca6a
17 changed files with 16 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ import Foreign.Ptr
import Foreign.ForeignPtr
import qualified Data.Map as Map
#include <pgf.h>
#include <pgf/pgf.h>
-- | An abstract data type representing multilingual grammar
-- in Portable Grammar Format.