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-file: LICENSE
|
||||
author: Dimitri Lozeve
|
||||
maintainer: dimitri.lozeve@gmail.com
|
||||
maintainer: dimitri@lozeve.com
|
||||
copyright: 2017 Dimitri Lozeve
|
||||
category: Science
|
||||
build-type: Simple
|
||||
|
@ -26,7 +26,7 @@ library
|
|||
executable orbit-exe
|
||||
hs-source-dirs: app
|
||||
main-is: Main.hs
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -eventlog
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends: base
|
||||
, orbit
|
||||
, linear
|
||||
|
@ -48,4 +48,4 @@ test-suite orbit-test
|
|||
|
||||
source-repository head
|
||||
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