Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-igraph
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-igraph
Commits
fccd6f23
Commit
fccd6f23
authored
Jan 21, 2021
by
Kai Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade to GHC 8.10
parent
34553acc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
haskell-igraph.cabal
haskell-igraph.cabal
+2
-2
Types.hs
src/IGraph/Types.hs
+1
-0
stack.yaml
stack.yaml
+1
-1
No files found.
haskell-igraph.cabal
View file @
fccd6f23
...
@@ -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-202
0
Kai Zhang
copyright: (c) 2016-202
1
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
...
...
src/IGraph/Types.hs
View file @
fccd6f23
...
@@ -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
...
...
stack.yaml
View file @
fccd6f23
packages
:
packages
:
-
'
.'
-
'
.'
resolver
:
lts-15.
0
resolver
:
nightly-2021-01-2
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment