Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
* Fix Windows support as suggested in this page:
Browse files Browse the repository at this point in the history
Ignore-this: c9bd327fcdbef92121875184f412a4
  http://hackage.haskell.org/trac/ghc/wiki/Builder
    (Thanks Edward Z. Yang for notifying me.)

darcs-hash:20100915145047-62b54-e80a4ce80dafdc5fe08f0625c7e257b49dc0254a.gz
  • Loading branch information
depressed-pho committed Sep 15, 2010
1 parent 5214607 commit c0d34cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HsOpenSSL.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Description:
can generate RSA and DSA keys, read and write PEM files,
generate message digests, sign and verify messages, encrypt
and decrypt messages.
Version: 0.8
Version: 0.8.0.1
License: PublicDomain
License-File: COPYING
Author: Adam Langley <agl at imperialviolet dot org>,
PHO <pho at cielonegro dot org>,
Taru Karttunen <taruti at taruti dot net>
Maintainer: PHO <pho at cielonegro dot org>
Stability: experimental
Stability: stable
Homepage: http://cielonegro.org/HsOpenSSL.html
Category: Cryptography
Tested-With: GHC == 6.10.1
Tested-With: GHC == 6.12.3
Cabal-Version: >= 1.6
Build-Type: Simple
Extra-Source-Files:
Expand Down Expand Up @@ -45,7 +45,7 @@ Library
Build-Depends: integer

if os(mingw32)
Extra-Libraries: eay32
Extra-Libraries: eay32 ssl2
C-Sources: cbits/mutex-win.c
CC-Options: -D MINGW32
CPP-Options: -DCALLCONV=stdcall
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
-*- coding: utf-8 -*-

Changes from 0.8 to 0.8.0.1
---------------------------
* Fix Windows support as suggested in this page:
http://hackage.haskell.org/trac/ghc/wiki/Builder
(Thanks Edward Z. Yang for notifying me.)


Changes from 0.7 to 0.8
-----------------------
* Applied 7 patches by Taru Karttunen:
Expand Down

0 comments on commit c0d34cc

Please sign in to comment.