@hackage binary-literal-qq1.0

Extends Haskell with binary literals.

Deprecated: use -XBinaryLiterals instead.

The Haskell'98 and Haskell'2010 standards define decimal, octal and hexadecimal integer literals. Binary literals are conspicuously missing. Here's a quasiquoter to remedy the situation.