diff --git a/benchmark/Main.hs b/benchmark/Main.hs index 44a9b3f..8fd1d2a 100644 --- a/benchmark/Main.hs +++ b/benchmark/Main.hs @@ -1,3 +1,11 @@ +-- | +-- Module : Streamly.Internal.LZ4.Config +-- Copyright : (c) 2020 Composewell Technologies +-- License : Apache-2.0 +-- Maintainer : streamly@composewell.com +-- Stability : experimental +-- Portability : GHC +-- module Main (main) where import Control.Monad (unless) diff --git a/test/Main.hs b/test/Main.hs index 8c56027..ca13056 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -1,3 +1,11 @@ +-- | +-- Module : Streamly.Internal.LZ4.Config +-- Copyright : (c) 2020 Composewell Technologies +-- License : Apache-2.0 +-- Maintainer : streamly@composewell.com +-- Stability : experimental +-- Portability : GHC +-- module Main (main) where import Control.Monad (forM_)