about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-indirect-cbits/Wrapper.hs
blob: 00b6be28f405437ccfc707f2b25fa92584fb30e1 (plain) (blame)
1
2
3
4
5
module Wrapper
  ( module AddOne
  ) where

import AddOne