By | ~fr33domlover |
At | 2019-01-05 |
Title | Use the `TemplateHaskellQuotes` extension instead of `TemplateHaskell` |
Description | The former is SafeHaskell and doesn't require TH splice support, it supports only the TH quoting [| |] which is all I need. |
Edit file src/Network/IRI.hs 0 → 0
- 21 {-# LANGUAGE TemplateHaskell #-}
+ 21 {-# LANGUAGE TemplateHaskellQuotes #-}
… … … …