mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-26 23:33:02 +03:00
15 lines
200 B
Haskell
15 lines
200 B
Haskell
module Main.Prelude
|
|
(
|
|
module Exports,
|
|
)
|
|
where
|
|
|
|
|
|
-- rerebase
|
|
-------------------------
|
|
import Prelude as Exports
|
|
|
|
-- data-default-class
|
|
-------------------------
|
|
import Data.Default.Class as Exports
|