diff --git a/orbit.cabal b/orbit.cabal index 6999c49..cbde683 100644 --- a/orbit.cabal +++ b/orbit.cabal @@ -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