Update cabal file

This commit is contained in:
Dimitri Lozeve 2017-11-21 15:27:14 +00:00
parent e510f93d24
commit 93514d456e

View file

@ -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