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