about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/package-name/Lib.hs
blob: e5e06b414ba07cd0bee8e8d75a085db6ae8391c1 (plain) (blame)
1
2
3
4
5
6
7
8
{-# LANGUAGE CPP #-}
module Lib (foo, libPackageKey) where

foo :: Integer
foo = 42

libPackageKey :: String
libPackageKey = CURRENT_PACKAGE_KEY