diff options
| author | Andrew <saintruler@gmail.com> | 2020-11-26 18:06:45 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-11-26 18:06:45 +0400 |
| commit | 8464c5cec2e2cba0eae009826de0532675152c4e (patch) | |
| tree | 981d8db02b3e87d514ed8a0d97fdf533f5a04f35 /Utils.hs | |
| parent | 6907a35ac265c4d4eeb127befea481a84e59ad4a (diff) | |
Added stack tool to project
Diffstat (limited to 'Utils.hs')
| -rw-r--r-- | Utils.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ import qualified Data.Text as T import Data.Text.Encoding (encodeUtf8, decodeUtf8) import Data.Text (Text) +import Http + -- Query string parser decodeUrl :: Text -> Text |