diff options
Diffstat (limited to 'haskell/haskell-persistent-sqlite/README')
-rw-r--r-- | haskell/haskell-persistent-sqlite/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-persistent-sqlite/README b/haskell/haskell-persistent-sqlite/README new file mode 100644 index 0000000000..511c838074 --- /dev/null +++ b/haskell/haskell-persistent-sqlite/README @@ -0,0 +1,8 @@ +haskell-persistent-sqlite (sqlite3 backend for the persistent library) + +This package includes a thin sqlite3 wrapper based on the +direct-sqlite package, as well as the entire C library, so +there are no system dependencies. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |