mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 18:22:05 +03:00
8 lines
89 B
Haskell
8 lines
89 B
Haskell
|
module Hasql.Pipeline
|
||
|
( Pipeline,
|
||
|
statement,
|
||
|
)
|
||
|
where
|
||
|
|
||
|
import Hasql.Pipeline.Core
|