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