Skip to content

Commit

Permalink
Slight doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Dec 28, 2005
1 parent c55179c commit ada7d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Database/HDBC/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ and vary by database. So don't do it.
connection, excluding special meta-tables (system tables).
You should expect this to be returned in the same manner
as a result from 'fetchAllRows'.
as a result from 'Database.HDBC.fetchAllRows'.
-}
getTables :: IO [String]

Expand Down
4 changes: 3 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ various features.
INSTALLATION
------------

You'll need either GHC 6.4.1 or above, or Hugs 2005xx or above.

The steps to install are:

1) ghc --make -o setup Setup.lhs
Expand All @@ -34,4 +36,4 @@ To use with GHC, you'll want to use -package HDBC in your programs.
Or, with Cabal, use Build-Depends: HDBC.

-- John Goerzen
December 2005
December 2005

0 comments on commit ada7d74

Please sign in to comment.