diff options
Diffstat (limited to 'src/Data')
| -rw-r--r-- | src/Data/Scientific/Lift.hs | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/src/Data/Scientific/Lift.hs b/src/Data/Scientific/Lift.hs new file mode 100644 index 0000000..7d1a372 --- /dev/null +++ b/src/Data/Scientific/Lift.hs | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | {-# LANGUAGE TemplateHaskell #-} | ||
| 2 | {-# OPTIONS_GHC -fno-warn-orphans #-} | ||
| 3 | |||
| 4 | module Data.Scientific.Lift where | ||
| 5 | |||
| 6 | import Data.Scientific (Scientific) | ||
| 7 | import Language.Haskell.TH.Lift (deriveLift) | ||
| 8 | |||
| 9 | deriveLift ''Scientific | ||
