mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-23 16:53:02 +03:00
8 lines
132 B
Haskell
8 lines
132 B
Haskell
{-# LANGUAGE CPP, OverloadedStrings #-}
|
|
module LoadCache where
|
|
|
|
import Haxl.Core
|
|
import ExampleDataSource
|
|
|
|
#include "LoadCache.txt"
|