Skip to content

Commit

Permalink
get rid of "easy" stuff, strip out to separate dist
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 1, 2010
1 parent fa0919c commit 50e3c34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 152 deletions.
41 changes: 0 additions & 41 deletions examples/easy.hs

This file was deleted.

9 changes: 4 additions & 5 deletions openid.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: openid
version: 0.1.4.5
version: 0.1.4.6
cabal-version: >= 1.6
synopsis: An implementation of the OpenID-2.0 spec.
description: An implementation of the OpenID-2.0 spec.
Expand All @@ -23,16 +23,16 @@ library
if flag(split-base)
build-depends: base >= 3 && < 10,
bytestring == 0.9.1.*,
containers == 0.2.*
containers
else
build-depends: base < 3
build-depends: HTTP >= 4000.0.5 && < 4000.1,
monadLib == 3.5.*,
monadLib == 3.6.*,
nano-hmac == 0.2.*,
network == 2.2.*,
time == 1.1.*,
xml == 1.3.*,
HsOpenSSL == 0.6.*
HsOpenSSL == 0.8.*
hs-source-dirs: src
exposed-modules: Codec.Binary.Base64,
Codec.Encryption.DH,
Expand All @@ -47,7 +47,6 @@ library
Network.OpenID.Normalization,
Network.OpenID.Types,
Network.OpenID.Utils,
Network.OpenID.Easy,
Text.XRDS
other-modules: Network.OpenID.SSL
ghc-options: -W
Expand Down
106 changes: 0 additions & 106 deletions src/Network/OpenID/Easy.hs

This file was deleted.

0 comments on commit 50e3c34

Please sign in to comment.