Skip to content

Commit

Permalink
Select Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
shterrett committed Nov 10, 2018
1 parent 08d69b5 commit fb7c032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
examples/
1 change: 1 addition & 0 deletions escape-from-itunes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ library
, idiii == 0.1.3.3
, optparse-applicative == 0.14.3.0
, regex-compat == 0.95.1
, data-accessor == 0.2.2.8
default-language: Haskell2010

executable escape-from-itunes
Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ extra-deps: [
idiii-0.1.3.3
, optparse-applicative-0.14.3.0
, regex-compat-0.95.1
, data-accessor-0.2.2.8
]

# Override default flag values for local packages and extra-deps
Expand Down

0 comments on commit fb7c032

Please sign in to comment.