Skip to content

Commit

Permalink
Add headers to test and benchmark files
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Sep 20, 2021
1 parent cc93d51 commit 45ac0ff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions benchmark/Main.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-- |
-- Module : Streamly.Internal.LZ4.Config
-- Copyright : (c) 2020 Composewell Technologies
-- License : Apache-2.0
-- Maintainer : [email protected]
-- Stability : experimental
-- Portability : GHC
--
module Main (main) where

import Control.Monad (unless)
Expand Down
8 changes: 8 additions & 0 deletions test/Main.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-- |
-- Module : Streamly.Internal.LZ4.Config
-- Copyright : (c) 2020 Composewell Technologies
-- License : Apache-2.0
-- Maintainer : [email protected]
-- Stability : experimental
-- Portability : GHC
--
module Main (main) where

import Control.Monad (forM_)
Expand Down

0 comments on commit 45ac0ff

Please sign in to comment.