[commit: packages/bytestring] 0.10.4.x, master: Whoops, the .cabal file referred to the README (737332b)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:42:08 UTC 2015


Repository : ssh://git@git.haskell.org/bytestring

On branches: 0.10.4.x,master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/737332b8d1333a69c457b3488a254d30bba9e613

>---------------------------------------------------------------

commit 737332b8d1333a69c457b3488a254d30bba9e613
Author: Daniel Peebles <pumpkingod at gmail.com>
Date:   Thu Mar 20 23:30:27 2014 -0400

    Whoops, the .cabal file referred to the README


>---------------------------------------------------------------

737332b8d1333a69c457b3488a254d30bba9e613
 bytestring.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bytestring.cabal b/bytestring.cabal
index 5bbae89..4f524b5 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -58,7 +58,7 @@ Bug-reports:         https://github.com/haskell/bytestring/issues
 Tested-With:         GHC==7.8.1, GHC==7.6.3, GHC==7.4.2, GHC==7.0.4, GHC==6.12.3
 Build-Type:          Simple
 Cabal-Version:       >= 1.10
-extra-source-files:  README TODO
+extra-source-files:  README.md TODO
 
 source-repository head
   type:     git



More information about the ghc-commits mailing list