rails-session-0.1.4.0: rails-session.cabal
name: rails-session
version: 0.1.4.0
synopsis: Decrypt Ruby on Rails sessions in Haskell
description: Please see README.md
homepage: http://github.com/iconnect/rails-session#readme
license: BSD3
license-file: LICENSE
author: Philip Cunningham & Alfredo di Napoli
maintainer: philip@irisconnect.co.uk
copyright: 2016-2017 Philip Cunningham & Alfredo di Napoli
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: CHANGELOG.md
tested-with: GHC ==9.4.8 || ==9.6.4
data-files: test/Rails3 test/Rails4 test/Rails7
Source-repository head
type: git
location: https://github.com/iconnect/rails-session
library
hs-source-dirs: src
exposed-modules: Web.Rails.Session.Types
, Web.Rails4.Session
, Web.Rails3.Session
, Web.Rails7.Session
build-depends: aeson <= 3.0
, base >= 4.7 && < 5
, base-compat >= 0.8.2
, base16-bytestring >= 1.0.1.0
, base64-bytestring >= 1.0.0.1
, bytestring
, bytestring >= 0.10.6.0
, containers
, crypton >= 1.0.0
, http-types >= 0.8.6
, memory
, pbkdf >= 1.1.1.1
, ruby-marshal >= 0.1.1
, string-conv >= 0.1
, text < 3
, vector >= 0.10.12.3
if impl(ghc < 8.0)
build-depends: semigroups
default-language: GHC2021
test-suite specs
ghc-options: -Wall
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: aeson
, aeson-qq
, base
, bytestring
, filepath
, hspec
, rails-session
, ruby-marshal
, semigroups
, tasty
, tasty-hspec
, text
, transformers
, vector
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: GHC2021