4 files changed, 24 insertions(+), 16 deletions(-)
R hsgsasl-shim.c => cbits/hsgsasl-shim.c
M gsasl.cabal
R Network/Protocol/SASL/GNU.hs => lib/Network/Protocol/SASL/GNU.hs
R License.txt => license.txt
R hsgsasl-shim.c => cbits/hsgsasl-shim.c +0 -0
M gsasl.cabal => gsasl.cabal +24 -16
@@ 1,30 1,38 @@
name: gsasl
-version: 0.3.2
-synopsis: Bindings for GNU SASL
+version: 0.3.3
license: GPL-3
-license-file: License.txt
-author: John Millikin
-maintainer: jmillikin@gmail.com
+license-file: license.txt
+author: John Millikin <jmillikin@gmail.com>
+maintainer: John Millikin <jmillikin@gmail.com>
build-type: Simple
-cabal-version: >=1.6
+cabal-version: >= 1.6
category: Network
-stability: unstable
+stability: experimental
+homepage: https://john-millikin.com/software/haskell-gsasl/
bug-reports: mailto:jmillikin@gmail.com
-homepage: http://ianen.org/haskell/bindings/gsasl/
-tested-with: GHC==6.12.1
+
+synopsis: Bindings for GNU SASL
+description:
source-repository head
- type: darcs
- location: http://ianen.org/haskell/bindings/gsasl/
+ type: bazaar
+ location: https://john-millikin.com/branches/haskell-gsasl/0.3/
+
+source-repository this
+ type: bazaar
+ location: https://john-millikin.com/branches/haskell-gsasl/0.3/
+ tag: haskell-gsasl_0.3.3
library
+ ghc-options: -Wall -O2
+ hs-source-dirs: lib
+ c-sources: cbits/hsgsasl-shim.c
+
build-depends:
- base >=3 && < 5
+ base >= 4.0 && < 5.0
, transformers >= 0.2 && < 0.3
, bytestring >= 0.9 && < 0.10
- exposed-modules: Network.Protocol.SASL.GNU
-
- ghc-options: -Wall
pkgconfig-depends: libgsasl >= 1.1
- c-sources: hsgsasl-shim.c
+
+ exposed-modules: Network.Protocol.SASL.GNU
R Network/Protocol/SASL/GNU.hs => lib/Network/Protocol/SASL/GNU.hs +0 -0
R License.txt => license.txt +0 -0