Commit a4d10812 authored by Clint Adams's avatar Clint Adams
Browse files

unbreak things slightly

parent c07afd94
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ annotated-wl-pprint 0.7.0
ansi-terminal 0.8.0.2 notest
ansi-wl-pprint 0.6.8.2
appar 0.1.4
arbtt 0.10.0.1 binary notest key
arbtt 0.10.0.1 binary notest key ignore
argon2 1.3.0.1 notest
arrows 0.4.4.1 key
asn1-encoding 0.9.5
@@ -360,7 +360,7 @@ hdevtools 0.1.6.1 binary
hedgehog 0.5.3
hedgewars-server 0.1 meta key
hedis 0.10.1 key notest
heist 1.1 notest
heist 1.1 notest ahead
here 1.2.13
heredoc 0.2.0.0
hex 0.1.2
@@ -633,6 +633,7 @@ persistent 2.8.1
persistent-postgresql 2.8.2.0
persistent-sqlite 2.8.1.2
persistent-template 2.5.4
pgp-wordlist-0.1.0.2
# phybin 0.3 tille wants this to be added
pid1 0.1.2.0
pipes 4.3.9
+3 −3
Original line number Diff line number Diff line
--- a/binary-tagged.cabal
+++ b/binary-tagged.cabal
@@ -39,7 +39,6 @@ library
@@ -39,7 +39,6 @@
     , containers               >=0.5  && <0.6
     , generics-sop             >=0.1  && <0.3
     , hashable                 >=1.2  && <1.3
@@ -8,7 +8,7 @@
     , scientific               >=0.3  && <0.4
     , SHA                      >=1.6  && <1.7
     , semigroups               >=0.16 && <0.19
@@ -68,7 +67,6 @@ test-suite binary-tagged-test
@@ -68,7 +67,6 @@
     , containers               >=0.5  && <0.6
     , generics-sop             >=0.1  && <0.3
     , hashable                 >=1.2  && <1.3
@@ -16,7 +16,7 @@
     , scientific               >=0.3  && <0.4
     , SHA                      >=1.6  && <1.7
     , semigroups               >=0.16 && <0.19
@@ -105,7 +103,6 @@ benchmark binary-tagged-bench
@@ -105,7 +103,6 @@
     , containers               >=0.5  && <0.6
     , generics-sop             >=0.1  && <0.3
     , hashable                 >=1.2  && <1.3
+3 −3
Original line number Diff line number Diff line
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
@@ -67,7 +67,7 @@ Library
@@ -67,7 +67,7 @@
                        mime-mail                    >= 0.4  && < 0.5,
                        mtl                          >= 2.0  && < 2.3,
                        lens                         >= 4.2  && < 4.16,
                        lens                         >= 4.2  && < 4.17,
-                       pwstore-purehaskell          == 2.1.*,
+                       pwstore-fast,
                        text                         >= 0.11 && < 1.3,
                        time                         >= 1.2  && < 1.7,
                        time                         >= 1.2  && < 1.10,
                        userid                       >= 0.1  && < 0.2,
+0 −11
Original line number Diff line number Diff line
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
@@ -50,7 +50,7 @@ Library
                        bytestring                   >= 0.9  && < 0.11,
                        containers                   >= 0.4  && < 0.6,
                        data-default                 >= 0.5  && < 0.8,
-                       email-validate               >= 2.1  && < 2.3,
+                       email-validate               >= 2.1  && < 2.4,
                        filepath                     >= 1.3  && < 1.5,
                        hsx2hs                       >= 0.13 && < 0.15,
                        jmacro                       >= 0.6.11  && < 0.7,
Loading