Skip to content

Commit 0461bfc

Browse files
committed
-fprof-auto
1 parent a19433e commit 0461bfc

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Data/BitCode/Writer.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS_GHC -fprof-auto #-}
12
{-# LANGUAGE TupleSections #-}
23
module Data.BitCode.Writer where
34

src/Data/BitCode/Writer/Combinators.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS_GHC -fprof-auto #-}
12
module Data.BitCode.Writer.Combinators where
23

34
import Data.BitCode

src/Data/BitCode/Writer/Monad.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS_GHC -fprof-auto #-}
12
{-# LANGUAGE FlexibleInstances #-}
23
{-# LANGUAGE UndecidableInstances #-}
34
module Data.BitCode.Writer.Monad

src/Data/BitCode/Writer/ToBits.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS_GHC -fprof-auto #-}
12
{-# LANGUAGE TupleSections #-}
23
{-# LANGUAGE FlexibleInstances #-}
34
module Data.BitCode.Writer.ToBits where

0 commit comments

Comments
 (0)