Skip to content

Commit

Permalink
Develop (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpants authored Mar 8, 2024
1 parent 0f240b8 commit e705ba6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ extra-source-files:

dependencies:
- base >= 4.7 && < 5
- text >= 2.0.2 && < 2.1.0
- containers >= 0.6.7 && < 0.7.0
- mtl >= 2.2.2 && < 2.4.0
- transformers >= 0.5.6.2 && < 0.7.0.0
- bytestring >= 0.11.4.0 && < 0.12.1.0
- text >= 2.0.2 && < 2.2
- containers >= 0.6.7 && < 0.8
- mtl >= 2.2.2 && < 2.4
- transformers >= 0.5.6.2 && < 0.7
- bytestring >= 0.11.4.0 && < 0.13

ghc-options:
- -Wall
Expand Down
22 changes: 11 additions & 11 deletions sqids.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -40,11 +40,11 @@ library
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bytestring >=0.11.4.0 && <0.12.1.0
, containers >=0.6.7 && <0.7.0
, mtl >=2.2.2 && <2.4.0
, text >=2.0.2 && <2.1.0
, transformers >=0.5.6.2 && <0.7.0.0
, bytestring >=0.11.4.0 && <0.13
, containers >=0.6.7 && <0.8
, mtl >=2.2.2 && <2.4
, text >=2.0.2 && <2.2
, transformers >=0.5.6.2 && <0.7
default-language: Haskell2010

test-suite sqids-test
Expand All @@ -62,12 +62,12 @@ test-suite sqids-test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bytestring >=0.11.4.0 && <0.12.1.0
, containers >=0.6.7 && <0.7.0
, bytestring >=0.11.4.0 && <0.13
, containers >=0.6.7 && <0.8
, hspec >=2.10.10 && <2.12
, mtl >=2.2.2 && <2.4.0
, mtl >=2.2.2 && <2.4
, split >=0.2.3.5 && <0.3.0.0
, sqids
, text >=2.0.2 && <2.1.0
, transformers >=0.5.6.2 && <0.7.0.0
, text >=2.0.2 && <2.2
, transformers >=0.5.6.2 && <0.7
default-language: Haskell2010

0 comments on commit e705ba6

Please sign in to comment.