diff options
Diffstat (limited to 'sky-info.cabal')
-rw-r--r-- | sky-info.cabal | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sky-info.cabal b/sky-info.cabal index 45d5baf..2bc48cc 100644 --- a/sky-info.cabal +++ b/sky-info.cabal @@ -31,7 +31,8 @@ library hs-source-dirs: src build-depends: - base >=4.7 && <5 + astro + , base >=4.7 && <5 default-language: Haskell2010 executable sky-info-exe @@ -42,7 +43,8 @@ executable sky-info-exe app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: - base >=4.7 && <5 + astro + , base >=4.7 && <5 , sky-info default-language: Haskell2010 @@ -55,6 +57,7 @@ test-suite sky-info-test test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: - base >=4.7 && <5 + astro + , base >=4.7 && <5 , sky-info default-language: Haskell2010 |