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

module Lib (value) where

value = 42