diff --git a/.gitignore b/.gitignore index 82f3a88..2887793 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ cabal.project.local cabal.project.local~ .HTF/ .ghc.environment.* +examples/ diff --git a/escape-from-itunes.cabal b/escape-from-itunes.cabal index 8cac4bb..f4b093b 100644 --- a/escape-from-itunes.cabal +++ b/escape-from-itunes.cabal @@ -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 diff --git a/stack.yaml b/stack.yaml index e800091..1eaeb90 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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