diff options
Diffstat (limited to 'src/Data/JLD/Prelude.hs')
| -rw-r--r-- | src/Data/JLD/Prelude.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Data/JLD/Prelude.hs b/src/Data/JLD/Prelude.hs new file mode 100644 index 0000000..5be118b --- /dev/null +++ b/src/Data/JLD/Prelude.hs | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | module Data.JLD.Prelude (module Flow, module Relude) where | ||
| 2 | |||
| 3 | import Flow | ||
| 4 | import Relude | ||
