Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dimensional-codata.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: dimensional-codata
version: 2014.0.0.2
version: 2014.0.0.3
synopsis: CODATA Recommended Physical Constants with Dimensional Types
homepage: https://github.com/dmcclean/dimensional-codata/
bug-reports: https://github.com/dmcclean/dimensional-codata/issues/
Expand All @@ -14,7 +14,7 @@ maintainer: douglas.mcclean@gmail.com
category: Physics
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.8.4
tested-with: GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.8.4, GHC == 8.10.4

description:

Expand All @@ -31,7 +31,7 @@ source-repository head
location: https://github.com/dmcclean/dimensional-codata/

library
build-depends: base >=4.7 && <4.14,
build-depends: base >=4.7 && <5,
dimensional >= 1.0,
numtype-dk >= 0.5 && < 1
hs-source-dirs: src
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-12.25
resolver: lts-17.9

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down