From 879e0c7218298349b9c92e9d3362830c371ec78e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 15 May 2018 21:21:48 +0200 Subject: Switch to Scientific-math --- src/Data/Scientific/Lift.hs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Data/Scientific/Lift.hs (limited to 'src/Data') 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 @@ +{-# LANGUAGE TemplateHaskell #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} + +module Data.Scientific.Lift where + +import Data.Scientific (Scientific) +import Language.Haskell.TH.Lift (deriveLift) + +deriveLift ''Scientific -- cgit v1.2.3