From 6e4cf862d482634d59dbe3c0664e15c70e96fe1c Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 4 Aug 2017 10:54:16 +0200 Subject: [PATCH] Update GHC and the README --- LICENSE | 2 +- README.md | 5 ----- README.org | 7 +++++++ orbit.cabal | 2 +- stack.yaml | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 README.md create mode 100644 README.org diff --git a/LICENSE b/LICENSE index b729727..be20eab 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met: disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Author name here nor the names of other + * Neither the name of Dimitri Lozeve nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md deleted file mode 100644 index 83281ec..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# orbit - -[![Build Status](https://travis-ci.org/dlozeve/orbit.svg?branch=master)](https://travis-ci.org/dlozeve/orbit) - -Simple N-body simulator. diff --git a/README.org b/README.org new file mode 100644 index 0000000..1023899 --- /dev/null +++ b/README.org @@ -0,0 +1,7 @@ +#+TITLE: orbit +#+AUTHOR: Dimitri Lozeve + +[[https://travis-ci.org/dlozeve/orbit][https://travis-ci.org/dlozeve/orbit.svg?branch=master]] +[[https://opensource.org/licenses/BSD-3-Clause][https://img.shields.io/badge/License-BSD%203--Clause-blue.svg]] + +Simple N-body simulator. diff --git a/orbit.cabal b/orbit.cabal index cc5165d..3f1d744 100644 --- a/orbit.cabal +++ b/orbit.cabal @@ -10,7 +10,7 @@ maintainer: dimitri.lozeve@gmail.com copyright: 2017 Dimitri Lozeve category: Science build-type: Simple -extra-source-files: README.md +extra-source-files: README.org cabal-version: >=1.10 library diff --git a/stack.yaml b/stack.yaml index 0b5cc8f..fc0920c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-8.23 +resolver: lts-9.0 # User packages to be built. # Various formats can be used as shown in the example below.