mu-protobuf-0.1.0.0: src/Mu/Quasi/ProtoBuf/Example.hs
{-# language CPP #-}
{-# language DataKinds #-}
{-# language TemplateHaskell #-}
{-# language TypeFamilies #-}
{-|
Description : Examples for Protocol Buffers quasi-quoters
Look at the source code of this module.
-}
module Mu.Quasi.ProtoBuf.Example where
import Mu.Quasi.ProtoBuf
#if __GHCIDE__
protobuf "ExampleProtoBufSchema" "adapter/protobuf/test/protobuf/example.proto"
protobuf "Example2ProtoBufSchema" "adapter/protobuf/test/protobuf/example2.proto"
#else
protobuf "ExampleProtoBufSchema" "test/protobuf/example.proto"
protobuf "Example2ProtoBufSchema" "test/protobuf/example2.proto"
#endif