aur 2.0.1 → 2.0.2
raw patch · 1 files changed
+8/−7 lines, 1 filesdep +lens-aesondep ~aesondep ~aeson-prettydep ~text
Dependencies added: lens-aeson
Dependency ranges changed: aeson, aeson-pretty, text, wreq
Files
- aur.cabal +8/−7
aur.cabal view
@@ -4,7 +4,7 @@ -- The name of the package. name: aur -version: 2.0.1+version: 2.0.2 synopsis: Access metadata from the Arch Linux User Repository. @@ -58,14 +58,15 @@ other-extensions: OverloadedStrings, ScopedTypeVariables build-depends: base >=4.7 && <4.8,- mtl >=2.1 && <3,+ aeson >=0.7 && <1,+ aeson-pretty >=0.7 && <1,+ filepath, lens >=4.2 && <5,- aeson >=0.7 && <0.8,- aeson-pretty >=0.7 && <0.8,- text >=1.1 && <1.2,- wreq >=0.1 && <0.2,+ lens-aeson,+ mtl >=2.1 && <3,+ text >=1.1 && <1.3, vector >=0.10 && <0.11,- filepath+ wreq >=0.1 && <0.3 -- Directories containing source files. -- hs-source-dirs: