about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-with-lib/src/Lib.hs
blob: e78d2ef77f1ba3edc5a5ce25a3376e86e864ce14 (plain) (blame)
1
2
3
4
5
6
7
8
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TemplateHaskell #-}

module Lib (value) where

import Language.Haskell.TH

value = [|42|]