[commit: packages/filepath] master: Put the source repo bit higher up in the Cabal file, since its useful information (078f1a0)
git at git.haskell.org
git at git.haskell.org
Mon Dec 28 20:40:29 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/078f1a05fffeca901ad44a5e4fc1edf9ce8ffa4a
>---------------------------------------------------------------
commit 078f1a05fffeca901ad44a5e4fc1edf9ce8ffa4a
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Tue Dec 22 14:17:43 2015 +0000
Put the source repo bit higher up in the Cabal file, since its useful information
>---------------------------------------------------------------
078f1a05fffeca901ad44a5e4fc1edf9ce8ffa4a
filepath.cabal | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/filepath.cabal b/filepath.cabal
index 3a25e1f..5d4e771 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -30,6 +30,10 @@ extra-doc-files:
README.md
changelog.md
+source-repository head
+ type: git
+ location: https://github.com/haskell/filepath.git
+
library
default-language: Haskell98
other-extensions:
@@ -61,7 +65,3 @@ test-suite filepath-tests
filepath,
base,
QuickCheck >= 2.7 && < 2.9
-
-source-repository head
- type: git
- location: https://github.com/haskell/filepath.git
More information about the ghc-commits
mailing list