1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00

Turn off the warning about our use of error.

This commit is contained in:
Rob Rix 2016-07-11 12:09:09 -04:00
parent 34c59cc70e
commit 598a716f38

View File

@ -1,4 +1,5 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
module Data.OrderedMap (
OrderedMap
, fromList