[Pkg-haskell-commits] darcs: tools: Nicer type

Joachim Breitner mail at joachim-breitner.de
Wed Jan 1 20:12:22 UTC 2014


Wed Jan  1 20:11:46 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Nicer type

    M ./haskell-pkg-debcheck.hs -1 +1

Wed Jan  1 20:11:46 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Nicer type
diff -rN -u old-tools/haskell-pkg-debcheck.hs new-tools/haskell-pkg-debcheck.hs
--- old-tools/haskell-pkg-debcheck.hs	2014-01-01 20:12:22.752174154 +0000
+++ new-tools/haskell-pkg-debcheck.hs	2014-01-01 20:12:22.836174124 +0000
@@ -61,7 +61,7 @@
 type SourcesMap = M.HashMap SrcPkgName SourceInfo
 type BinaryMap = M.HashMap (BinPkgName, Arch) (DebianVersion, DebianVersion)
 type BToS = M.HashMap BinPkgName SrcPkgName
-type WBMap = M.HashMap (SrcPkgName, Arch) ([Char], [OrRelation])
+type WBMap = M.HashMap (SrcPkgName, Arch) (String, [OrRelation])
 type CFile = Control' BS.ByteString
 
 main = do




More information about the Pkg-haskell-commits mailing list