From 32768e431e31a7a6577abb00df10a7d2917c344e Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Thu, 26 Mar 2015 13:14:34 +0100 Subject: [PATCH] import Control.Lens in the example --- example/greet.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/example/greet.hs b/example/greet.hs index 4004914f..e5734472 100644 --- a/example/greet.hs +++ b/example/greet.hs @@ -5,6 +5,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE TypeOperators #-} {-# OPTIONS_GHC -fno-warn-orphans #-} +import Control.Lens import Data.Aeson import Data.Proxy import Data.String.Conversions