{-# LANGUAGE OverloadedStrings #-} module JQuery where import Data.ByteString.Lazy.Char8 jQueryCode :: ByteString jQueryCode = %blob "jquery.min.js"