This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {-# LANGUAGE FlexibleContexts #-} | |
| {-# LANGUAGE GADTs #-} | |
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} | |
| {-# LANGUAGE MultiParamTypeClasses #-} | |
| {-# LANGUAGE OverloadedStrings #-} | |
| {-# LANGUAGE DeriveGeneric #-} | |
| {-# LANGUAGE QuasiQuotes #-} | |
| {-# LANGUAGE TemplateHaskell #-} | |
| {-# LANGUAGE TypeFamilies #-} | |
| module Main where |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/snapframework/xmlhtml/blob/master/src/Text/XmlHtml/HTML/Render.hs#L89 | |
| https://github.com/snapframework/xmlhtml/blob/master/src/Text/XmlHtml/XML/Render.hs#L134 | |
| https://github.com/snapframework/xmlhtml/blob/master/src/Text/XmlHtml/XML/Render.hs#L114 | |
| ^^^ this is is the line that I tweaked to get rid of them in XML files | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkPersist defaultCodegenConfig [groundhog| | |
| definitions: | |
| - entity: Article | |
| dbName: article | |
| fields: | |
| - name: created_at | |
| dbname: created_at | |
| default: now() | |
| |] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that "justindthomas.id" is my Blockstack ID. https://onename.com/justindthomas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 12VTLbXw8Kp8maxDVsdsvjbMwSumrTWSWy https://explorer.blockstack.org/address/12VTLbXw8Kp8maxDVsdsvjbMwSumrTWSWy |
OlderNewer