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
|
||||
description: Build the example too
|
||||
manual: True
|
||||
default: False
|
||||
default: True
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{-# LANGUAGE FlexibleContexts #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE PolyKinds #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
|
|
Loading…
Reference in a new issue