update stack & purs

This commit is contained in:
Jon Schoning 2021-07-22 22:17:57 -05:00 committed by Yann Esposito (Yogsototh)
parent 02a55aedba
commit 55fb61d5a0
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
11 changed files with 217 additions and 69 deletions

View file

@ -1,10 +1,10 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6f3e508b4528e0e41eab58d1f0830dc3917d04d50226e7dba709392b50db0c96
-- hash: 6176e4be5a9b09fa50173b5bb2f280e5d8bc4c70374c91f1eac67ab03a49426f
name: espial
version: 0.0.9
@ -123,7 +123,44 @@ library
Paths_espial
hs-source-dirs:
src
default-extensions: BangPatterns BlockArguments CPP ConstraintKinds DataKinds DeriveDataTypeable DeriveGeneric DerivingStrategies EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings PolyKinds PolymorphicComponents PartialTypeSignatures QuasiQuotes Rank2Types RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators TypeSynonymInstances UndecidableInstances ViewPatterns
default-extensions:
BangPatterns
BlockArguments
CPP
ConstraintKinds
DataKinds
DeriveDataTypeable
DeriveGeneric
DerivingStrategies
EmptyDataDecls
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NoImplicitPrelude
OverloadedStrings
PolyKinds
PolymorphicComponents
PartialTypeSignatures
QuasiQuotes
Rank2Types
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeOperators
TypeSynonymInstances
UndecidableInstances
ViewPatterns
build-depends:
aeson >=1.4
, attoparsec
@ -150,20 +187,20 @@ library
, html-entities
, http-api-data >=0.3.4
, http-client
, http-client-tls >=0.3 && <0.4
, http-conduit >=2.3 && <2.4
, http-client-tls ==0.3.*
, http-conduit ==2.3.*
, http-types
, iso8601-time >=0.1.3
, microlens
, monad-logger >=0.3 && <0.4
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.12
, persistent >=2.8 && <2.14
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.10
, persistent-template >=2.5 && <2.13
, pretty-show
, safe
, shakespeare >=2.0 && <2.1
, shakespeare ==2.0.*
, template-haskell
, text >=0.11 && <2.0
, time
@ -175,12 +212,12 @@ library
, wai-logger >=2.2 && <2.4
, warp >=3.0 && <3.4
, yaml >=0.8 && <0.12
, yesod >=1.6 && <1.7
, yesod-auth >=1.6 && <1.7
, yesod-core >=1.6 && <1.7
, yesod-form >=1.6 && <1.7
, yesod >=1.6 && <1.8
, yesod-auth >=1.6 && <1.8
, yesod-core >=1.6 && <1.8
, yesod-form >=1.6 && <1.8
, yesod-newsfeed >=1.6 && <1.8
, yesod-static >=1.6 && <1.7
, yesod-static >=1.6 && <1.8
if (flag(dev)) || (flag(library-only))
ghc-options: -Wall -fwarn-tabs -O0
cpp-options: -DDEVELOPMENT
@ -195,7 +232,44 @@ executable espial
Paths_espial
hs-source-dirs:
app
default-extensions: BangPatterns BlockArguments CPP ConstraintKinds DataKinds DeriveDataTypeable DeriveGeneric DerivingStrategies EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings PolyKinds PolymorphicComponents PartialTypeSignatures QuasiQuotes Rank2Types RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators TypeSynonymInstances UndecidableInstances ViewPatterns
default-extensions:
BangPatterns
BlockArguments
CPP
ConstraintKinds
DataKinds
DeriveDataTypeable
DeriveGeneric
DerivingStrategies
EmptyDataDecls
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NoImplicitPrelude
OverloadedStrings
PolyKinds
PolymorphicComponents
PartialTypeSignatures
QuasiQuotes
Rank2Types
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeOperators
TypeSynonymInstances
UndecidableInstances
ViewPatterns
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.4
@ -224,20 +298,20 @@ executable espial
, html-entities
, http-api-data >=0.3.4
, http-client
, http-client-tls >=0.3 && <0.4
, http-conduit >=2.3 && <2.4
, http-client-tls ==0.3.*
, http-conduit ==2.3.*
, http-types
, iso8601-time >=0.1.3
, microlens
, monad-logger >=0.3 && <0.4
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.12
, persistent >=2.8 && <2.14
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.10
, persistent-template >=2.5 && <2.13
, pretty-show
, safe
, shakespeare >=2.0 && <2.1
, shakespeare ==2.0.*
, template-haskell
, text >=0.11 && <2.0
, time
@ -249,12 +323,12 @@ executable espial
, wai-logger >=2.2 && <2.4
, warp >=3.0 && <3.4
, yaml >=0.8 && <0.12
, yesod >=1.6 && <1.7
, yesod-auth >=1.6 && <1.7
, yesod-core >=1.6 && <1.7
, yesod-form >=1.6 && <1.7
, yesod >=1.6 && <1.8
, yesod-auth >=1.6 && <1.8
, yesod-core >=1.6 && <1.8
, yesod-form >=1.6 && <1.8
, yesod-newsfeed >=1.6 && <1.8
, yesod-static >=1.6 && <1.7
, yesod-static >=1.6 && <1.8
if flag(library-only)
buildable: False
default-language: Haskell2010
@ -265,7 +339,44 @@ executable migration
Paths_espial
hs-source-dirs:
app/migration
default-extensions: BangPatterns BlockArguments CPP ConstraintKinds DataKinds DeriveDataTypeable DeriveGeneric DerivingStrategies EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings PolyKinds PolymorphicComponents PartialTypeSignatures QuasiQuotes Rank2Types RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators TypeSynonymInstances UndecidableInstances ViewPatterns
default-extensions:
BangPatterns
BlockArguments
CPP
ConstraintKinds
DataKinds
DeriveDataTypeable
DeriveGeneric
DerivingStrategies
EmptyDataDecls
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NoImplicitPrelude
OverloadedStrings
PolyKinds
PolymorphicComponents
PartialTypeSignatures
QuasiQuotes
Rank2Types
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeOperators
TypeSynonymInstances
UndecidableInstances
ViewPatterns
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.4
@ -294,21 +405,21 @@ executable migration
, html-entities
, http-api-data >=0.3.4
, http-client
, http-client-tls >=0.3 && <0.4
, http-conduit >=2.3 && <2.4
, http-client-tls ==0.3.*
, http-conduit ==2.3.*
, http-types
, iso8601-time >=0.1.3
, microlens
, monad-logger >=0.3 && <0.4
, monad-logger ==0.3.*
, mtl
, optparse-generic >=1.2.3
, parser-combinators
, persistent >=2.8 && <2.12
, persistent >=2.8 && <2.14
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.10
, persistent-template >=2.5 && <2.13
, pretty-show
, safe
, shakespeare >=2.0 && <2.1
, shakespeare ==2.0.*
, template-haskell
, text >=0.11 && <2.0
, time
@ -320,12 +431,12 @@ executable migration
, wai-logger >=2.2 && <2.4
, warp >=3.0 && <3.4
, yaml >=0.8 && <0.12
, yesod >=1.6 && <1.7
, yesod-auth >=1.6 && <1.7
, yesod-core >=1.6 && <1.7
, yesod-form >=1.6 && <1.7
, yesod >=1.6 && <1.8
, yesod-auth >=1.6 && <1.8
, yesod-core >=1.6 && <1.8
, yesod-form >=1.6 && <1.8
, yesod-newsfeed >=1.6 && <1.8
, yesod-static >=1.6 && <1.7
, yesod-static >=1.6 && <1.8
if flag(library-only)
buildable: False
default-language: Haskell2010
@ -340,7 +451,44 @@ test-suite test
Paths_espial
hs-source-dirs:
test
default-extensions: BangPatterns BlockArguments CPP ConstraintKinds DataKinds DeriveDataTypeable DeriveGeneric DerivingStrategies EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings PolyKinds PolymorphicComponents PartialTypeSignatures QuasiQuotes Rank2Types RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators TypeSynonymInstances UndecidableInstances ViewPatterns
default-extensions:
BangPatterns
BlockArguments
CPP
ConstraintKinds
DataKinds
DeriveDataTypeable
DeriveGeneric
DerivingStrategies
EmptyDataDecls
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NoImplicitPrelude
OverloadedStrings
PolyKinds
PolymorphicComponents
PartialTypeSignatures
QuasiQuotes
Rank2Types
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeOperators
TypeSynonymInstances
UndecidableInstances
ViewPatterns
ghc-options: -Wall
build-depends:
aeson >=1.4
@ -370,20 +518,20 @@ test-suite test
, html-entities
, http-api-data >=0.3.4
, http-client
, http-client-tls >=0.3 && <0.4
, http-conduit >=2.3 && <2.4
, http-client-tls ==0.3.*
, http-conduit ==2.3.*
, http-types
, iso8601-time >=0.1.3
, microlens
, monad-logger >=0.3 && <0.4
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.12
, persistent >=2.8 && <2.14
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.10
, persistent-template >=2.5 && <2.13
, pretty-show
, safe
, shakespeare >=2.0 && <2.1
, shakespeare ==2.0.*
, template-haskell
, text >=0.11 && <2.0
, time
@ -395,11 +543,11 @@ test-suite test
, wai-logger >=2.2 && <2.4
, warp >=3.0 && <3.4
, yaml >=0.8 && <0.12
, yesod >=1.6 && <1.7
, yesod-auth >=1.6 && <1.7
, yesod-core >=1.6 && <1.7
, yesod-form >=1.6 && <1.7
, yesod >=1.6 && <1.8
, yesod-auth >=1.6 && <1.8
, yesod-core >=1.6 && <1.8
, yesod-form >=1.6 && <1.8
, yesod-newsfeed >=1.6 && <1.8
, yesod-static >=1.6 && <1.7
, yesod-static >=1.6 && <1.8
, yesod-test
default-language: Haskell2010

View file

@ -85,20 +85,20 @@ dependencies:
# See: https://ghc.haskell.org/trac/ghc/ticket/12130
- base >=4.8.2.0 && <4.9 || >=4.9.1.0 && <5
- yesod >=1.6 && <1.7
- yesod-core >=1.6 && <1.7
- yesod-auth >=1.6 && <1.7
- yesod-static >=1.6 && <1.7
- yesod-form >=1.6 && <1.7
- yesod >=1.6 && <1.8
- yesod-core >=1.6 && <1.8
- yesod-auth >=1.6 && <1.8
- yesod-static >=1.6 && <1.8
- yesod-form >=1.6 && <1.8
- yesod-newsfeed >= 1.6 && < 1.8
- classy-prelude >=1.4 && <1.6
- classy-prelude-conduit >=1.4 && <1.6
- classy-prelude-yesod >=1.4 && <1.6
- bytestring >=0.9 && <0.11
- text >=0.11 && <2.0
- persistent >=2.8 && <2.12
- persistent >=2.8 && <2.14
- blaze-html >= 0.9 && < 1.0
- persistent-template >=2.5 && <2.10
- persistent-template >=2.5 && <2.13
- template-haskell
- shakespeare >=2.0 && <2.1
- hjsmin >=0.1 && <0.3

View file

@ -5982,9 +5982,9 @@
"dev": true
},
"purescript": {
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/purescript/-/purescript-0.14.2.tgz",
"integrity": "sha512-kEXY5yUaG8a1FNN/IdtfNl4gcql7p76CPqnanMZ37GdtBZTcFK/SB24bp2rOAT1/N9qU8/corlra6uNf4+5pgQ==",
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/purescript/-/purescript-0.14.3.tgz",
"integrity": "sha512-lAzHU/tcmxF4n3YUwUTwG/sIwHzjUq1zsIOBNmaVpbm7hxM+RhOTKMJdwdbTeCjxlilyVPWOLUQ6Exll4DYuMA==",
"dev": true,
"requires": {
"purescript-installer": "^0.2.0"

View file

@ -12,7 +12,7 @@
"marked": "^2.0.7",
"moment": "^2.29.1",
"parcel-bundler": "^1.12.5",
"purescript": "^0.14.2",
"purescript": "^0.14.3",
"spago": "^0.20.3",
"terser": "^5.7.0"
},

View file

@ -21,6 +21,6 @@ in upstream
}
-}
let upstream =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.14.1-20210516/src/packages.dhall sha256:f5e978371d4cdc4b916add9011021509c8d869f4c3f6d0d2694c0e03a85046c8
https://raw.githubusercontent.com/purescript/package-sets/psc-0.14.3-20210722/src/packages.dhall sha256:1ceb43aa59436bf5601bac45f6f3781c4e1f0e4c2b8458105b018e5ed8c30f8c
in upstream

View file

@ -1,4 +1,4 @@
resolver: lts-17.15
resolver: lts-18.3
# allow-newer: true
packages:
- '.'

View file

@ -20,7 +20,7 @@ packages:
hackage: yesod-newsfeed-1.7.0.0
snapshots:
- completed:
size: 567679
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/17/15.yaml
sha256: 72e87841a0ab5b72f6f018e8ee692fd972b7bb32a944990f028e10d6eb528e63
original: lts-17.15
size: 585603
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/3.yaml
sha256: 694573e96dca34db5636edb1fe6c96bb233ca0f9fb96c1ead1671cdfa9bd73e9
original: lts-18.3

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.