Skip to content

Commit

Permalink
IHaskell: bump versions and drop unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Feb 5, 2024
1 parent aadedd2 commit 47c0e34
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions IHaskell/ihaskell-inline-r.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ library
,inline-r >=0.6.0.1 && <1.11
,ihaskell >=0.10.2.2 && <0.12
,ihaskell-blaze >=0.3.0.1 && <0.4
,filepath >=1.4.2.1 && <1.5
,blaze-html >=0.9.1.2 && <0.10
,bytestring >=0.10.12.0 && <0.12
,bytestring >=0.10.12.0 && <0.13
,base64-bytestring >=1.1.0.0 && <1.3
,template-haskell >=2.16.0.0 && <2.21
,template-haskell >=2.16.0.0 && <2.22
,temporary >=1.2 && <1.4
other-extensions: TemplateHaskell
QuasiQuotes
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
ghc-options: -Werror=unused-packages -Wall

source-repository head
type: git
Expand Down

0 comments on commit 47c0e34

Please sign in to comment.