Skip to content

Commit

Permalink
(aura) 1.3.6 -> 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Oct 17, 2016
1 parent f20e20d commit 498b440
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 85 deletions.
67 changes: 0 additions & 67 deletions aura/PKGBUILD

This file was deleted.

34 changes: 17 additions & 17 deletions aura/aura.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aura

version: 1.3.6
version: 1.3.7

synopsis: A secure package manager for Arch Linux and the AUR, written in Haskell.

Expand Down Expand Up @@ -87,23 +87,23 @@ executable aura
, Bash.Simplify

build-depends: aur >= 6 && < 7
, mtl
, text
, time
, unix
, http-types >= 0.9 && < 0.10
, array >= 0.5 && < 0.6
, base >= 4.8 && < 4.10
, bytestring
, containers
, directory
, filepath
, http-client >= 0.5 && < 0.6
, http-client-tls >= 0.3 && < 0.4
, split >= 0.2 && < 0.3
, array
, parsec
, http-types >= 0.9 && < 0.10
, mtl >= 2.2 && < 2.3
, network-uri >= 2.6 && < 2.7
, parsec >= 3.1 && < 3.2
, process
, filepath
, directory
, regex-pcre-builtin >= 0.94 && < 0.95
, split >= 0.2 && < 0.3
, temporary
, containers
, bytestring
, transformers
, regex-pcre-builtin
, network-uri
, base >= 4.8 && < 4.10
, text >= 1.2 && < 1.3
, time
, transformers >= 0.5 && < 0.6
, unix
2 changes: 1 addition & 1 deletion aura/src/aura.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import Aura.Commands.O as O
type UserInput = ([Flag], [String], [String])

auraVersion :: String
auraVersion = "1.3.6"
auraVersion = "1.3.7"

main :: IO a
main = getArgs >>= prepSettings . processFlags >>= execute >>= exit
Expand Down

0 comments on commit 498b440

Please sign in to comment.