Commit fccd6f23 authored by Kai Zhang's avatar Kai Zhang

upgrade to GHC 8.10

parent 34553acc
...@@ -9,7 +9,7 @@ license: MIT ...@@ -9,7 +9,7 @@ license: MIT
license-file: LICENSE license-file: LICENSE
author: Kai Zhang author: Kai Zhang
maintainer: kai@kzhang.org maintainer: kai@kzhang.org
copyright: (c) 2016-2020 Kai Zhang copyright: (c) 2016-2021 Kai Zhang
category: Math category: Math
build-type: Simple build-type: Simple
extra-source-files: extra-source-files:
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
, containers , containers
, data-ordlist , data-ordlist
, primitive , primitive
, singletons , singletons >= 2.7
extra-libraries: stdc++ extra-libraries: stdc++
hs-source-dirs: src hs-source-dirs: src
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
{-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-} {-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-} {-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE StandaloneKindSignatures #-}
module IGraph.Types where module IGraph.Types where
......
packages: packages:
- '.' - '.'
resolver: lts-15.0 resolver: nightly-2021-01-20
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment