diff options
author | Aaron Tomb <atomb@galois.com> | 2007-12-21 13:51:57 -0800 |
---|---|---|
committer | Aaron Tomb <atomb@galois.com> | 2007-12-21 13:51:57 -0800 |
commit | 62e3911810c18e77a13794cb5899a9ebc6b0bbb3 (patch) | |
tree | da9f8ec52e16541f395d01f167e2556ec870bb6f | |
parent | b99baac33e68d5603d0aa9ef699460a7e6a15c1d (diff) |
Fix Cabal package name.
-rw-r--r-- | mime.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -name: web +name: mime version: 0.1 synopsis: Working with MIME types. description: Working with MIME types. @@ -9,7 +9,7 @@ author: Galois Inc. maintainer: Galois Inc Copyright: (c) 2007 Galois Inc. extra-source-files: scripts/json-rpc.js -homepage: http://docserver/web.git/ +homepage: http://docserver/mime.git/ cabal-version: >= 1.2.0 flag split-base |