Cabal revisions of crypt-sha512-0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: crypt-sha512 version: 0+x-revision: 1 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm description: crypt() is the password encryption function. It is based on the Data GHC==7.8.4, GHC==7.10.3, GHC==8.0.2,- GHC==8.2.1+ GHC==8.2.2,+ GHC==8.4.1 source-repository head type: git library exposed-modules: System.POSIX.Crypt.SHA512- build-depends: base >=4.5 && <4.11,+ build-depends: base >=4.5 && <4.12, bytestring, attoparsec >=0.13.1.0 && <0.14, cryptohash-sha512 >=0.11.100.1 && <0.12
revision 2
name: crypt-sha512 version: 0-x-revision: 1+x-revision: 2 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm description: crypt() is the password encryption function. It is based on the Data GHC==7.10.3, GHC==8.0.2, GHC==8.2.2,- GHC==8.4.1+ GHC==8.4.3,+ GHC==8.6.1 source-repository head type: git library exposed-modules: System.POSIX.Crypt.SHA512- build-depends: base >=4.5 && <4.12,+ build-depends: base >=4.5 && <4.13, bytestring, attoparsec >=0.13.1.0 && <0.14, cryptohash-sha512 >=0.11.100.1 && <0.12
revision 3
name: crypt-sha512 version: 0-x-revision: 2+x-revision: 3 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm description: crypt() is the password encryption function. It is based on the Data GHC==7.10.3, GHC==8.0.2, GHC==8.2.2,- GHC==8.4.3,- GHC==8.6.1+ GHC==8.4.4,+ GHC==8.6.4,+ GHC==8.8.1 source-repository head type: git library exposed-modules: System.POSIX.Crypt.SHA512- build-depends: base >=4.5 && <4.13,+ build-depends: base >=4.5 && <4.14, bytestring, attoparsec >=0.13.1.0 && <0.14, cryptohash-sha512 >=0.11.100.1 && <0.12
revision 4
-name: crypt-sha512-version: 0-x-revision: 3-synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm+name: crypt-sha512+version: 0+x-revision: 4+synopsis:+ Pure Haskell implelementation for GNU SHA512 crypt algorithm+ description: crypt() is the password encryption function. It is based on the Data Encryption Standard algorithm with variations intended (among other things) to discourage use of hardware implementations of a key search. . This package provides a pure Haskell implementation of SHA512 crypt scheme.-category: Data-license: BSD3-license-file: LICENSE-author: Oleg Grenrus <oleg.grenrus@iki.fi>-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-copyright: 2017 Oleg Grenrus-homepage: https://github.com/phadej/crypt-sha512-bug-reports: https://github.com/phadej/crypt-sha512-extra-source-files: README.md-build-type: Simple-cabal-version: >= 1.10++category: Data+license: BSD3+license-file: LICENSE+author: Oleg Grenrus <oleg.grenrus@iki.fi>+maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>+copyright: 2017 Oleg Grenrus+homepage: https://github.com/phadej/crypt-sha512+bug-reports: https://github.com/phadej/crypt-sha512+extra-source-files: README.md+build-type: Simple+cabal-version: >=1.10 tested-with:- GHC==7.6.3,- GHC==7.8.4,- GHC==7.10.3,- GHC==8.0.2,- GHC==8.2.2,- GHC==8.4.4,- GHC==8.6.4,- GHC==8.8.1+ GHC ==7.6.3+ || ==7.8.4+ || ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.5+ || ==8.8.3+ || ==8.10.1 source-repository head- type: git- location: git://github.com/phadej/crypt-sha512.git+ type: git+ location: git://github.com/phadej/crypt-sha512.git library- exposed-modules: System.POSIX.Crypt.SHA512- build-depends: base >=4.5 && <4.14,- bytestring,- attoparsec >=0.13.1.0 && <0.14,- cryptohash-sha512 >=0.11.100.1 && <0.12- default-language: Haskell2010- hs-source-dirs: src- ghc-options: -Wall+ exposed-modules: System.POSIX.Crypt.SHA512+ build-depends:+ attoparsec >=0.13.1.0 && <0.14+ , base >=4.5 && <4.15+ , bytestring+ , cryptohash-sha512 >=0.11.100.1 && <0.12 + default-language: Haskell2010+ hs-source-dirs: src+ ghc-options: -Wall+ test-suite example if !os(linux)- buildable: False+ buildable: False - build-depends: base,- crypt-sha512,- bytestring,- tasty,- tasty-hunit,- tasty-quickcheck,- quickcheck-instances- default-language: Haskell2010- main-is: Example.hs- other-modules: System.POSIX.Crypt- type: exitcode-stdio-1.0- hs-source-dirs: test- other-extensions: OverloadedStrings CApiFFI- extra-libraries: crypt- ghc-options: -Wall+ build-depends:+ base+ , bytestring+ , crypt-sha512+ , quickcheck-instances+ , tasty+ , tasty-hunit+ , tasty-quickcheck++ default-language: Haskell2010+ main-is: Example.hs+ other-modules: System.POSIX.Crypt+ type: exitcode-stdio-1.0+ hs-source-dirs: test+ other-extensions:+ CApiFFI+ OverloadedStrings++ extra-libraries: crypt+ ghc-options: -Wall
revision 5
name: crypt-sha512 version: 0-x-revision: 4+x-revision: 5 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.1+ || ==8.8.4+ || ==8.10.4+ || ==9.0.1 source-repository head type: git exposed-modules: System.POSIX.Crypt.SHA512 build-depends: attoparsec >=0.13.1.0 && <0.14- , base >=4.5 && <4.15+ , base >=4.5 && <4.16 , bytestring , cryptohash-sha512 >=0.11.100.1 && <0.12
revision 6
name: crypt-sha512 version: 0-x-revision: 5+x-revision: 6 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm library exposed-modules: System.POSIX.Crypt.SHA512 build-depends:- attoparsec >=0.13.1.0 && <0.14+ attoparsec >=0.13.1.0 && <0.15 , base >=4.5 && <4.16 , bytestring , cryptohash-sha512 >=0.11.100.1 && <0.12
revision 7
name: crypt-sha512 version: 0-x-revision: 6+x-revision: 7 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.4+ || ==8.10.7 || ==9.0.1+ || ==9.2.1 source-repository head type: git exposed-modules: System.POSIX.Crypt.SHA512 build-depends: attoparsec >=0.13.1.0 && <0.15- , base >=4.5 && <4.16+ , base >=4.5 && <4.17 , bytestring , cryptohash-sha512 >=0.11.100.1 && <0.12
revision 8
name: crypt-sha512 version: 0-x-revision: 7+x-revision: 8 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm || ==8.6.5 || ==8.8.4 || ==8.10.7- || ==9.0.1- || ==9.2.1+ || ==9.0.2+ || ==9.2.4+ || ==9.4.1 source-repository head type: git exposed-modules: System.POSIX.Crypt.SHA512 build-depends: attoparsec >=0.13.1.0 && <0.15- , base >=4.5 && <4.17+ , base >=4.5 && <4.18 , bytestring , cryptohash-sha512 >=0.11.100.1 && <0.12
revision 9
name: crypt-sha512 version: 0-x-revision: 8+x-revision: 9 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.4- || ==9.4.1+ || ==9.2.7+ || ==9.4.4+ || ==9.6.1 source-repository head type: git exposed-modules: System.POSIX.Crypt.SHA512 build-depends: attoparsec >=0.13.1.0 && <0.15- , base >=4.5 && <4.18+ , base >=4.5 && <4.19 , bytestring , cryptohash-sha512 >=0.11.100.1 && <0.12
revision 10
name: crypt-sha512 version: 0-x-revision: 9+x-revision: 10 synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.7- || ==9.4.4- || ==9.6.1+ || ==9.2.8+ || ==9.4.7+ || ==9.6.3+ || ==9.8.1 source-repository head type: git exposed-modules: System.POSIX.Crypt.SHA512 build-depends: attoparsec >=0.13.1.0 && <0.15- , base >=4.5 && <4.19+ , base >=4.5 && <4.20 , bytestring , cryptohash-sha512 >=0.11.100.1 && <0.12