Skip to content

Commit

Permalink
updated for hackage
Browse files Browse the repository at this point in the history
got it to compile with ghc6.10
removed some modules that are now covered by other hackage packages:
	http, browser, json
added some examples
  • Loading branch information
wrwills committed May 19, 2009
1 parent f8a4ec0 commit 364c72b
Show file tree
Hide file tree
Showing 18 changed files with 127 additions and 2,732 deletions.
2 changes: 1 addition & 1 deletion HaskellNet/Auth.hs
Expand Up @@ -16,7 +16,7 @@ where

import Data.Digest.MD5
import Codec.Utils
import qualified Codec.Binary.Base64 as B64 (encode, decode)
import qualified Codec.Binary.Base64.String as B64 (encode, decode)

import Data.List
import Data.Bits
Expand Down

0 comments on commit 364c72b

Please sign in to comment.