Update cabal file
This commit is contained in:
parent
e510f93d24
commit
93514d456e
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ homepage: https://github.com/dlozeve/orbit#readme
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Dimitri Lozeve
|
author: Dimitri Lozeve
|
||||||
maintainer: dimitri.lozeve@gmail.com
|
maintainer: dimitri@lozeve.com
|
||||||
copyright: 2017 Dimitri Lozeve
|
copyright: 2017 Dimitri Lozeve
|
||||||
category: Science
|
category: Science
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
@ -26,7 +26,7 @@ library
|
||||||
executable orbit-exe
|
executable orbit-exe
|
||||||
hs-source-dirs: app
|
hs-source-dirs: app
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -eventlog
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, orbit
|
, orbit
|
||||||
, linear
|
, linear
|
||||||
|
@ -48,4 +48,4 @@ test-suite orbit-test
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/githubuser/orbit
|
location: https://github.com/dlozeve/orbit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue