Cabal revisions of windns-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12--name: windns-version: 0.1.0.1-synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library-X-SPDX-License-Identifier: GPL-2.0-or-later-license: GPL-2-license-files: LICENSE LICENSE.GPLv2 LICENSE.GPLv3-author: Herbert Valerio Riedel-maintainer: hvr@gnu.org-bug-reports: https://github.com/hvr/windns/issues--category: Network-build-type: Simple-description: {--This package implements an API for accessing-the [Domain Name Service (DNS)](https://tools.ietf.org/html/rfc1035)-resolver service via the-standard [<windns.h>/dnsapi.dll](https://msdn.microsoft.com/en-us/library/windows/desktop/ms682100\(v=vs.85\).aspx)-system library on Win32 systems.-.-This package provides the high-level API-subset of the [resolv](https://hackage.haskell.org/package/resolv) package.--}--extra-source-files: ChangeLog.md- cbits/hs_windns.h--source-repository head- type: git- location: https://github.com/hvr/windns.git--flag allow-non-windows- description: Allow package to be built on @!os(windows)@- manual: True- default: False--library- exposed-modules: Network.DNS- other-modules: Network.DNS.FFI-- default-language: Haskell2010- other-extensions: BangPatterns- CApiFFI- DeriveFoldable- DeriveFunctor- DeriveTraversable- GeneralizedNewtypeDeriving- RecordWildCards- Trustworthy-- build-depends: base >= 4.5.1.0 && < 4.13- , bytestring >= 0.9.2 && < 0.11- , deepseq >= 1.3.0.0 && < 1.5-- build-tools: hsc2hs >= 0.67 && < 0.69-- hs-source-dirs: src- include-dirs: cbits-- ghc-options: -Wall- extra-libraries: dnsapi-- if !(os(windows) || flag(allow-non-windows))- build-depends:base<0-+cabal-version: 1.12 + +name: windns +version: 0.1.0.1 +x-revision: 1 +synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library +X-SPDX-License-Identifier: GPL-2.0-or-later +license: GPL-2 +license-files: LICENSE LICENSE.GPLv2 LICENSE.GPLv3 +author: Herbert Valerio Riedel +maintainer: hvr@gnu.org +bug-reports: https://github.com/hvr/windns/issues + +category: Network +build-type: Simple +description: { + +This package implements an API for accessing +the [Domain Name Service (DNS)](https://tools.ietf.org/html/rfc1035) +resolver service via the +standard [<windns.h>/dnsapi.dll](https://msdn.microsoft.com/en-us/library/windows/desktop/ms682100\(v=vs.85\).aspx) +system library on Win32 systems. +. +This package provides the high-level API-subset of the [resolv](https://hackage.haskell.org/package/resolv) package. + +} + +extra-source-files: ChangeLog.md + cbits/hs_windns.h + +source-repository head + type: git + location: https://github.com/hvr/windns.git + +flag allow-non-windows + description: Allow package to be built on @!os(windows)@ + manual: True + default: False + +library + exposed-modules: Network.DNS + other-modules: Network.DNS.FFI + + default-language: Haskell2010 + other-extensions: BangPatterns + CApiFFI + DeriveFoldable + DeriveFunctor + DeriveTraversable + GeneralizedNewtypeDeriving + RecordWildCards + Trustworthy + + build-depends: base >= 4.5.1.0 && < 4.14 + , bytestring >= 0.9.2 && < 0.11 + , deepseq >= 1.3.0.0 && < 1.5 + + build-tools: hsc2hs >= 0.67 && < 0.69 + + hs-source-dirs: src + include-dirs: cbits + + ghc-options: -Wall + extra-libraries: dnsapi + + if !(os(windows) || flag(allow-non-windows)) + build-depends:base<0 +
revision 2
name: windns version: 0.1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library X-SPDX-License-Identifier: GPL-2.0-or-later license: GPL-2 RecordWildCards Trustworthy - build-depends: base >= 4.5.1.0 && < 4.14 + build-depends: base >= 4.5.1.0 && < 4.15 , bytestring >= 0.9.2 && < 0.11 , deepseq >= 1.3.0.0 && < 1.5
revision 3
name: windns version: 0.1.0.1 -x-revision: 2 +x-revision: 3 synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library X-SPDX-License-Identifier: GPL-2.0-or-later license: GPL-2 RecordWildCards Trustworthy - build-depends: base >= 4.5.1.0 && < 4.15 - , bytestring >= 0.9.2 && < 0.11 + build-depends: base >= 4.5.1.0 && < 4.16 + , bytestring >= 0.9.2 && < 0.12 , deepseq >= 1.3.0.0 && < 1.5 build-tools: hsc2hs >= 0.67 && < 0.69
revision 4
name: windns version: 0.1.0.1 -x-revision: 3 +x-revision: 4 synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library X-SPDX-License-Identifier: GPL-2.0-or-later license: GPL-2 RecordWildCards Trustworthy - build-depends: base >= 4.5.1.0 && < 4.16 + build-depends: base >= 4.5.1.0 && < 4.17 , bytestring >= 0.9.2 && < 0.12 , deepseq >= 1.3.0.0 && < 1.5
revision 5
name: windns version: 0.1.0.1 -x-revision: 4 +x-revision: 5 synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library X-SPDX-License-Identifier: GPL-2.0-or-later license: GPL-2 RecordWildCards Trustworthy - build-depends: base >= 4.5.1.0 && < 4.17 + build-depends: base >= 4.5.1.0 && < 4.18 , bytestring >= 0.9.2 && < 0.12 , deepseq >= 1.3.0.0 && < 1.5
revision 6
-cabal-version: 1.12 - -name: windns -version: 0.1.0.1 -x-revision: 5 -synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library -X-SPDX-License-Identifier: GPL-2.0-or-later -license: GPL-2 -license-files: LICENSE LICENSE.GPLv2 LICENSE.GPLv3 -author: Herbert Valerio Riedel -maintainer: hvr@gnu.org -bug-reports: https://github.com/hvr/windns/issues - -category: Network -build-type: Simple -description: { - -This package implements an API for accessing -the [Domain Name Service (DNS)](https://tools.ietf.org/html/rfc1035) -resolver service via the -standard [<windns.h>/dnsapi.dll](https://msdn.microsoft.com/en-us/library/windows/desktop/ms682100\(v=vs.85\).aspx) -system library on Win32 systems. -. -This package provides the high-level API-subset of the [resolv](https://hackage.haskell.org/package/resolv) package. - -} - -extra-source-files: ChangeLog.md - cbits/hs_windns.h - -source-repository head - type: git - location: https://github.com/hvr/windns.git - -flag allow-non-windows - description: Allow package to be built on @!os(windows)@ - manual: True - default: False - -library - exposed-modules: Network.DNS - other-modules: Network.DNS.FFI - - default-language: Haskell2010 - other-extensions: BangPatterns - CApiFFI - DeriveFoldable - DeriveFunctor - DeriveTraversable - GeneralizedNewtypeDeriving - RecordWildCards - Trustworthy - - build-depends: base >= 4.5.1.0 && < 4.18 - , bytestring >= 0.9.2 && < 0.12 - , deepseq >= 1.3.0.0 && < 1.5 - - build-tools: hsc2hs >= 0.67 && < 0.69 - - hs-source-dirs: src - include-dirs: cbits - - ghc-options: -Wall - extra-libraries: dnsapi - - if !(os(windows) || flag(allow-non-windows)) - build-depends:base<0 - +cabal-version: 1.12++name: windns+version: 0.1.0.1+x-revision: 6+synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library+X-SPDX-License-Identifier: GPL-2.0-or-later+license: GPL-2+license-files: LICENSE LICENSE.GPLv2 LICENSE.GPLv3+author: Herbert Valerio Riedel+maintainer: https://github.com/haskell-hvr/windns+bug-reports: https://github.com/haskell-hvr/windns/issues++category: Network+build-type: Simple+description: {++This package implements an API for accessing+the [Domain Name Service (DNS)](https://tools.ietf.org/html/rfc1035)+resolver service via the+standard [<windns.h>/dnsapi.dll](https://msdn.microsoft.com/en-us/library/windows/desktop/ms682100\(v=vs.85\).aspx)+system library on Win32 systems.+.+This package provides the high-level API-subset of the [resolv](https://hackage.haskell.org/package/resolv) package.++}++extra-source-files: ChangeLog.md+ cbits/hs_windns.h++source-repository head+ type: git+ location: https://github.com/haskell-hvr/windns.git++flag allow-non-windows+ description: Allow package to be built on @!os(windows)@+ manual: True+ default: False++library+ exposed-modules: Network.DNS+ other-modules: Network.DNS.FFI++ default-language: Haskell2010+ other-extensions: BangPatterns+ CApiFFI+ DeriveFoldable+ DeriveFunctor+ DeriveTraversable+ GeneralizedNewtypeDeriving+ RecordWildCards+ Trustworthy++ build-depends: base >= 4.5.1.0 && < 5+ , bytestring >= 0.9.2 && < 0.12+ , deepseq >= 1.3.0.0 && < 1.5++ build-tools: hsc2hs >= 0.67 && < 0.69++ hs-source-dirs: src+ include-dirs: cbits++ ghc-options: -Wall+ extra-libraries: dnsapi++ if !(os(windows) || flag(allow-non-windows))+ build-depends:base<0
revision 7
name: windns version: 0.1.0.1-x-revision: 6+x-revision: 7 synopsis: Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library X-SPDX-License-Identifier: GPL-2.0-or-later license: GPL-2 Trustworthy build-depends: base >= 4.5.1.0 && < 5- , bytestring >= 0.9.2 && < 0.12- , deepseq >= 1.3.0.0 && < 1.5+ , bytestring >= 0.9.2 && < 1+ , deepseq >= 1.3.0.0 && < 2 build-tools: hsc2hs >= 0.67 && < 0.69