interpolator 1.1.0.1 → 1.1.0.2
raw patch · 2 files changed
+2/−29 lines, 2 files
Files
- interpolator.cabal +2/−3
- src/Ex.hs +0/−26
interpolator.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 64628069dbe51b088dc90923f092f02eaf7e619b406bcc15fb7d926aeb60be94+-- hash: ec29f9c018f6f9abbb71a65723061f324dfd55aeead0e2a58e5a4f9187486f44 name: interpolator-version: 1.1.0.1+version: 1.1.0.2 synopsis: Runtime interpolation of environment variables in records using profunctors description: Runtime interpolation of environment variables in records using profunctors. See the [README](https://github.com/tvision-insights/interpolator/blob/master/README.md).@@ -25,7 +25,6 @@ exposed-modules: Data.Interpolation Data.Interpolation.TH- Ex other-modules: Paths_interpolator hs-source-dirs:
− src/Ex.hs
@@ -1,26 +0,0 @@-module Ex where--import Prelude-import Data.Text-import Data.Interpolation-import Data.Interpolation.TH--withUninterpolated [d|- data MyProduct = MyProduct- { _myProductBar :: Maybe Text --- , myProductBaz :: Int- , myProductData :: Double- -- , myProductQuux :: Bool- } deriving Eq- |]--withUninterpolated [d|- data MySum- = MySumOne Text- | MySunTwo Int- | MySumData Bool- deriving Eq- |]---- foo :: MyProduct -> Int--- foo = myProductBaz