From 432acd13b60c45f4ac0a9ec74115442669946ffc Mon Sep 17 00:00:00 2001 From: Chris Done Date: Fri, 8 May 2015 14:34:32 +0200 Subject: [PATCH] Rename to path --- LICENSE | 2 +- README.md | 4 +--- paths.cabal => path.cabal | 12 ++++++------ 3 files changed, 8 insertions(+), 10 deletions(-) rename paths.cabal => path.cabal (76%) diff --git a/LICENSE b/LICENSE index b504224..8985b6f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015, paths +Copyright (c) 2015, FP Complete All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 7b75c48..50c59da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,2 @@ -paths +path ===== - -Typed paths diff --git a/paths.cabal b/path.cabal similarity index 76% rename from paths.cabal rename to path.cabal index ebf43a9..7c81db5 100644 --- a/paths.cabal +++ b/path.cabal @@ -1,12 +1,12 @@ -name: paths +name: path version: 0.0.0 -synopsis: Typed paths -description: Typed paths +synopsis: Path +description: Path license: BSD3 license-file: LICENSE author: Chris Done -maintainer: chrisdone@gmail.com -copyright: 2015 Chris Done +maintainer: chrisdone@fpcomplete.com +copyright: 2015 FP Complete category: Filesystem build-type: Simple cabal-version: >=1.8 @@ -28,4 +28,4 @@ test-suite test , base , hspec , mtl - , paths + , path