haskell-pgmq-0.1.0.0: src/Database/PGMQ/Schema.hs
module Database.PGMQ.Schema where import Paths_haskell_pgmq pgmqSchema :: IO String pgmqSchema = do f <- getDataFileName "sql/pgmq.sql" readFile f
module Database.PGMQ.Schema where import Paths_haskell_pgmq pgmqSchema :: IO String pgmqSchema = do f <- getDataFileName "sql/pgmq.sql" readFile f