Merge pull request #326 from haskell-servant/jkarni/mock-build-example
Mock PolyKinds
This commit is contained in:
commit
385ea2686b
2 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,7 @@ cabal-version: >=1.10
|
||||||
|
|
||||||
flag example
|
flag example
|
||||||
description: Build the example too
|
description: Build the example too
|
||||||
manual: True
|
default: True
|
||||||
default: False
|
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{-# LANGUAGE FlexibleContexts #-}
|
{-# LANGUAGE FlexibleContexts #-}
|
||||||
{-# LANGUAGE FlexibleInstances #-}
|
{-# LANGUAGE FlexibleInstances #-}
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
|
{-# LANGUAGE PolyKinds #-}
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
{-# LANGUAGE TypeOperators #-}
|
{-# LANGUAGE TypeOperators #-}
|
||||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||||
|
|
Loading…
Reference in a new issue