diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c61acd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist-newstyle \ No newline at end of file diff --git a/reflex-gadt-api.cabal b/reflex-gadt-api.cabal index 8c766f0..7132294 100644 --- a/reflex-gadt-api.cabal +++ b/reflex-gadt-api.cabal @@ -6,7 +6,7 @@ description: This package is designed to be used in full-stack Haskell applications where the API is defined as a GADT and the frontend is using reflex-dom. bug-reports: https://github.com/reflex-frp/reflex-gadt-api/issues -license: BSD3 +license: BSD3 license-file: LICENSE author: Obsidian Systems maintainer: maintainer@obsidian.systems @@ -24,8 +24,8 @@ library build-depends: aeson >=1.4.4 && <2.3 , aeson-gadt-th >=0.2.4 && <0.3 - , base >=4.12 && <4.16 - , bytestring >=0.10.8 && <0.11 + , base >=4.12 && <4.20 + , bytestring >=0.10.8 && <0.13 , constraints-extras >=0.3.0 && <0.5 , containers >=0.6 && <0.7 , data-default >=0.6 && <0.8 @@ -33,7 +33,7 @@ library , reflex >=0.7 && <1 , reflex-dom-core >=0.7.0 && <0.9 , some >=1 && <1.1 - , text >=1.2 && <1.3 + , text >=1.2 && <2.2 , time >=1.6.0 && <2 exposed-modules: