mirror of
https://github.com/byteverse/colonnade.git
synced 2026-04-19 22:54:14 +02:00
stop erroring on unmatched pattern. this allows colonnade to build with GHC 7.10, which does an awful job with exhaustiveness checking on GADTs
This commit is contained in:
parent
44b55d2df4
commit
21f6767a44
@ -1,7 +1,7 @@
|
|||||||
{-# LANGUAGE DataKinds #-}
|
{-# LANGUAGE DataKinds #-}
|
||||||
{-# LANGUAGE RankNTypes #-}
|
{-# LANGUAGE RankNTypes #-}
|
||||||
|
|
||||||
{-# OPTIONS_GHC -Wall -fno-warn-unused-imports -fno-warn-unticked-promoted-constructors -Werror #-}
|
{-# OPTIONS_GHC -Wall -fno-warn-unused-imports -fno-warn-unticked-promoted-constructors #-}
|
||||||
|
|
||||||
-- | Build backend-agnostic columnar encodings that can be
|
-- | Build backend-agnostic columnar encodings that can be
|
||||||
-- used to visualize tabular data.
|
-- used to visualize tabular data.
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
|
|
||||||
{-# OPTIONS_HADDOCK not-home #-}
|
{-# OPTIONS_HADDOCK not-home #-}
|
||||||
{-# OPTIONS_GHC -Wall -fno-warn-unused-imports -fno-warn-unticked-promoted-constructors -Werror #-}
|
{-# OPTIONS_GHC -Wall -fno-warn-unused-imports -fno-warn-unticked-promoted-constructors #-}
|
||||||
|
|
||||||
-- | Most users of this library do not need this module. The functions
|
-- | Most users of this library do not need this module. The functions
|
||||||
-- here are used to build functions that apply a 'Colonnade'
|
-- here are used to build functions that apply a 'Colonnade'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user