this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 28 lines 740 B view raw
1cabal-version: 2.4 2-- Initial package description 'GraphExperiments.cabal' generated by 'cabal 3-- init'. For further documentation, see 4-- http://haskell.org/cabal/users-guide/ 5 6name: GraphExperiments 7version: 0.1.0.0 8-- synopsis: 9-- description: 10-- bug-reports: 11-- license: 12author: Kaushik Chakraborty 13maintainer: git@kaushikc.org 14-- copyright: 15-- category: 16extra-source-files: CHANGELOG.md 17 18library 19 -- other-modules: 20 -- other-extensions: 21 build-depends: base >=4.12 && <4.13, 22 papa, 23 containers, 24 algebraic-graphs, 25 hmatrix 26 27 -- hs-source-dirs: 28 default-language: Haskell2010