Skip to content
Snippets Groups Projects
Commit c94599e2 authored by Sivaram Gowkanapalli's avatar Sivaram Gowkanapalli
Browse files

added BangPatterns to fix the installation errors

parent 61db6eab
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE MagicHash, BangPatterns #-}
-- |
-- Module : Data.Text.Encoding.Utf16
......
{-# LANGUAGE CPP, MagicHash #-}
{-# LANGUAGE CPP, MagicHash, BangPatterns #-}
-- |
-- Module : Data.Text.Encoding.Utf8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment