Skip to content

Commit

Permalink
Merge pull request #3 from AaronFriel/master
Browse files Browse the repository at this point in the history
Fix installing on a clean Haskell Platform - fixed a dependency with http-conduit as well
  • Loading branch information
paf31 committed Dec 16, 2012
2 parents bdc3d22 + 921fea4 commit 3775b77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Network/TableStorage/API.hs
@@ -1,3 +1,4 @@
{-# LANGUAGE OverloadedStrings #-}
-- |
-- This module provides functions wrapping the Azure REST API web methods.

Expand Down
2 changes: 1 addition & 1 deletion src/Network/TableStorage/Development.hs
Expand Up @@ -13,7 +13,7 @@ import Network.TableStorage.Types
-- An account for the storage emulator
--
developmentAccount :: Account
developmentAccount = Account { accountScheme = "http",
developmentAccount = Account { accountScheme = "http:",
accountHost = "127.0.0.1" ,
accountName = "devstoreaccount1",
accountPort = 10002,
Expand Down
6 changes: 4 additions & 2 deletions tablestorage.cabal
Expand Up @@ -28,15 +28,17 @@ library
bytestring,
utf8-string,
base64-bytestring,
http-conduit,
http-conduit >= 1.8.5,
conduit,
http-types,
pureMD5,
network,
time,
xml,
old-locale,
mtl
mtl,
crypto-api,
HTTP
ghc-options: -Wall
exposed-modules:
Network.TableStorage,
Expand Down

0 comments on commit 3775b77

Please sign in to comment.