google / mlir-hs

Haskell bindings for MLIR
Apache License 2.0
92 stars 16 forks source link

Addressing warning reported by stack install #22

Closed jpienaar closed 3 years ago

jpienaar commented 3 years ago

Mark the modules as other-modules as they are exposed via installed modules.

apaszke commented 3 years ago

Technically speaking, we do emit those annotations in Setup.hs already, but Stack fails to pick them up for some reason...