Skip to content

Commit

Permalink
Add the th-lift-instances library so we can easily lift ByteStrings t…
Browse files Browse the repository at this point in the history
…o template haskell.
  • Loading branch information
cdepillabout committed Sep 24, 2016
1 parent cde3548 commit 3240f62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions kucipong.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ library
, shakespeare
, Spock
, template-haskell
, th-lift-instances
, time
, transformers
, transformers-base
Expand Down
3 changes: 3 additions & 0 deletions src/Kucipong/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ import Data.Proxy as X ( Proxy(Proxy) )
import Data.Word as X ( Word16 )
import "emailaddress" Text.Email.Validate as X ( EmailAddress )

-- Orphan instances

import Kucipong.Orphans as X ()
import Instances.TH.Lift as X ()

0 comments on commit 3240f62

Please sign in to comment.