mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-26 12:01:35 +03:00
7 lines
77 B
Haskell
7 lines
77 B
Haskell
module Main.Prelude
|
|
( module Exports,
|
|
)
|
|
where
|
|
|
|
import Prelude as Exports
|